chore: Update matrix dart sdk
This commit is contained in:
parent
f66f99e93f
commit
36bdca84c7
4 changed files with 4 additions and 4 deletions
|
|
@ -742,7 +742,7 @@ class ChatController extends State<ChatPageWithRoom>
|
|||
if (reason == null || reason.isEmpty) return;
|
||||
final result = await showFutureLoadingDialog(
|
||||
context: context,
|
||||
future: () => Matrix.of(context).client.reportContent(
|
||||
future: () => Matrix.of(context).client.reportEvent(
|
||||
event.roomId!,
|
||||
event.eventId,
|
||||
reason: reason,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue