fix reply rendering

This commit is contained in:
Henry Hiles 2026-02-09 10:20:49 -05:00
commit 275bb62cd3
No known key found for this signature in database

View file

@ -56,7 +56,7 @@ class MessageController extends AsyncNotifier<Message?> {
content["body"] ?? content["body"] ??
"", "",
if (replyEvent != null) if (replyEvent != null)
"reply": await ref.read( "reply": await ref.watch(
MessageController.provider( MessageController.provider(
MessageConfig(event: replyEvent, mustBeText: true), MessageConfig(event: replyEvent, mustBeText: true),
).future, ).future,