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:
Daniel Espino García
2022-03-14 21:05:52 +01:00
committed by GitHub
parent 5178091ab0
commit 9f9190f5db
13 changed files with 862 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ type UserProfile = {
last_picture_update: number;
remote_id?: string;
status?: string;
remote_id?: string;
};
type UsersState = {