mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 16:45:17 +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