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"] ??
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue