fix reply rendering
This commit is contained in:
parent
219ba0700d
commit
275bb62cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class MessageController extends AsyncNotifier<Message?> {
|
|||
content["body"] ??
|
||||
"",
|
||||
if (replyEvent != null)
|
||||
"reply": await ref.read(
|
||||
"reply": await ref.watch(
|
||||
MessageController.provider(
|
||||
MessageConfig(event: replyEvent, mustBeText: true),
|
||||
).future,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue