Use gomuks editSource

This commit is contained in:
Henry Hiles 2026-03-01 13:58:43 -05:00
commit f4eea1b882
No known key found for this signature in database
3 changed files with 3 additions and 8 deletions

View file

@ -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],