Add managed Friends network, allowing a designated group to add and remove
friends from each other groups.
This commit is contained in:
commit
535621e8b6
7 changed files with 80 additions and 18 deletions
|
|
@ -700,6 +700,11 @@
|
|||
"title" : "^International(title,Account_User);",
|
||||
"className" : "WebGUI::Account::User"
|
||||
},
|
||||
{
|
||||
"identifier" : "friendManager",
|
||||
"title" : "^International(title,Account_FriendManager);",
|
||||
"className" : "WebGUI::Account::FriendManager"
|
||||
},
|
||||
],
|
||||
|
||||
# Specify which of the modules in the above list is used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue