mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Created search user function
This commit is contained in:
@ -352,6 +352,11 @@ var ComunicWeb = {
|
||||
* Remove all entries from user informations cache
|
||||
*/
|
||||
emptyUserInfosCache: function(){},
|
||||
|
||||
/**
|
||||
* Given a query, search for users and return the result
|
||||
*/
|
||||
search: function(query, afterSearch){},
|
||||
},
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user