User can update following state of its friends from friends list

This commit is contained in:
Pierre
2018-03-11 16:16:00 +01:00
parent a7c4445b03
commit a4ec170d8a
5 changed files with 110 additions and 3 deletions

View File

@ -575,6 +575,13 @@ var ComunicWeb = {
*/
utils: {
//TODO : implement
},
/**
* Friends actions
*/
actions: {
//TODO : implement
}
},