more rounded avatars, fix metadata error

This commit is contained in:
Henry Hiles 2026-03-13 19:23:51 -04:00
commit 0db667554f
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -133,6 +133,7 @@ class MessageController extends AsyncNotifier<Message?> {
authorId: event.authorId,
source: source,
replyToMessageId: replyId,
metadata: metadata,
text: asText.text,
deliveredAt: config.event.timestamp,
blurhash: (content["info"] as Map?)?["xyz.amorgan.blurhash"],