Use gomuks editSource
This commit is contained in:
parent
2b4da17a35
commit
f4eea1b882
3 changed files with 3 additions and 8 deletions
|
|
@ -70,6 +70,7 @@ class MessageController extends AsyncNotifier<Message?> {
|
|||
"body": newContent?["body"] ?? content["body"],
|
||||
"eventType": type,
|
||||
"avatarUrl": author?.content["avatar_url"],
|
||||
"editSource": event.localContent?.editSource,
|
||||
"displayName": author?.content["displayname"]?.isNotEmpty == true
|
||||
? author?.content["displayname"]
|
||||
: event.authorId.substring(1).split(":")[0],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue