mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Added special visibility level for group members.
This commit is contained in:
		@@ -15,7 +15,8 @@ class PostsController {
 | 
			
		||||
	const VISIBILITY_LEVELS_API = array(
 | 
			
		||||
		Posts::VISIBILITY_PUBLIC => "public",
 | 
			
		||||
		Posts::VISIBILITY_FRIENDS => "friends",
 | 
			
		||||
		Posts::VISIBILITY_USER => "private"
 | 
			
		||||
		Posts::VISIBILITY_USER => "private",
 | 
			
		||||
		Posts::VISIBILITY_GROUP_MEMBERS => "members",
 | 
			
		||||
	);
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user