mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	It is not possible to create private posts for groups.
This commit is contained in:
		@@ -302,9 +302,11 @@ ComunicWeb.components.posts.form = {
 | 
			
		||||
			class: "post-visiblity-container"
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		if(kind != "group"){
 | 
			
		||||
			//Private post
 | 
			
		||||
			var privateLevel = ComunicWeb.components.posts.visibilityLevels.private;
 | 
			
		||||
			var privateInput = this._add_visiblity_choice(visibility_choices_container, "private", privateLevel.name, privateLevel.icon);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		//Friends-visible post
 | 
			
		||||
		var friendsLevel = ComunicWeb.components.posts.visibilityLevels.friends;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user