mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 07:35:39 +00:00
(feat) Handle invitations in appointment viewer
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
* @memberof User
|
||||
* @desc Search for users that match a string.
|
||||
* @param {string} search - a string used to performed the search
|
||||
* @param {object[]} excludedUsers - a list of User objects that must be excluded from the results
|
||||
* @return a promise of an array of matching User objects
|
||||
*/
|
||||
User.$filter = function(search, excludedUsers) {
|
||||
|
||||
Reference in New Issue
Block a user