1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-25 22:39:22 +00:00
This commit is contained in:
Pierre HUBERT 2020-04-29 17:03:30 +02:00
parent c0e2516f39
commit 5d432a5f87

View File

@ -174,7 +174,7 @@ class UsersHelper {
.map((f) => CustomEmoji( .map((f) => CustomEmoji(
id: f["id"], id: f["id"],
userID: f["userID"], userID: f["userID"],
shortcut: f["shorcut"], shortcut: f["shortcut"],
url: f["url"], url: f["url"],
)) ))
.toList()); .toList());