chore: Update matrix dart sdk

This commit is contained in:
Krille 2025-01-14 10:46:20 +01:00
commit 36bdca84c7
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
4 changed files with 4 additions and 4 deletions

View file

@ -131,7 +131,7 @@ class UserBottomSheetController extends State<UserBottomSheet> {
final result = await showFutureLoadingDialog(
context: context,
future: () => Matrix.of(widget.outerContext).client.reportContent(
future: () => Matrix.of(widget.outerContext).client.reportEvent(
user.room.id,
user.id,
reason: reason,