mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-25 22:39:22 +00:00
Fix typo
This commit is contained in:
parent
c0e2516f39
commit
5d432a5f87
@ -174,7 +174,7 @@ class UsersHelper {
|
||||
.map((f) => CustomEmoji(
|
||||
id: f["id"],
|
||||
userID: f["userID"],
|
||||
shortcut: f["shorcut"],
|
||||
shortcut: f["shortcut"],
|
||||
url: f["url"],
|
||||
))
|
||||
.toList());
|
||||
|
Loading…
Reference in New Issue
Block a user