forked from Ivasoft/mattermost-mobile
Add User Mention to autocomplete (#6005)
* Add User Mention to autocomplete * Minor fixes * Fix at_mention (you) alignment * Add missing translation strings * Make it more parallel to channel mentions * Fix bot tag Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5178091ab0
commit
9f9190f5db
1
types/api/users.d.ts
vendored
1
types/api/users.d.ts
vendored
@@ -43,6 +43,7 @@ type UserProfile = {
|
||||
last_picture_update: number;
|
||||
remote_id?: string;
|
||||
status?: string;
|
||||
remote_id?: string;
|
||||
};
|
||||
|
||||
type UsersState = {
|
||||
|
||||
Reference in New Issue
Block a user