forked from Ivasoft/mattermost-mobile
Add members (#7220)
* Add "Add members" modal * Refactor into server user list * Renaming and fixes * Address feedback * Add missing change * Styling fixes for iOS
This commit is contained in:
committed by
GitHub
parent
05469207d7
commit
77095b1034
1
types/api/users.d.ts
vendored
1
types/api/users.d.ts
vendored
@@ -103,6 +103,7 @@ type SearchUserOptions = {
|
||||
team_id?: string;
|
||||
not_in_team?: string;
|
||||
in_channel_id?: string;
|
||||
not_in_channel_id?: string;
|
||||
in_group_id?: string;
|
||||
group_constrained?: boolean;
|
||||
allow_inactive?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user