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;
|
if (reason == null || reason.isEmpty) return;
|
||||||
final result = await showFutureLoadingDialog(
|
final result = await showFutureLoadingDialog(
|
||||||
context: context,
|
context: context,
|
||||||
future: () => Matrix.of(context).client.reportContent(
|
future: () => Matrix.of(context).client.reportEvent(
|
||||||
event.roomId!,
|
event.roomId!,
|
||||||
event.eventId,
|
event.eventId,
|
||||||
reason: reason,
|
reason: reason,
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ class SettingsHomeserverView extends StatelessWidget {
|
||||||
if (supportPage != null)
|
if (supportPage != null)
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(L10n.of(context).supportPage),
|
title: Text(L10n.of(context).supportPage),
|
||||||
subtitle: Text(supportPage),
|
subtitle: Text(supportPage.toString()),
|
||||||
),
|
),
|
||||||
if (contacts != null)
|
if (contacts != null)
|
||||||
...contacts.map(
|
...contacts.map(
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@ class UserBottomSheetController extends State<UserBottomSheet> {
|
||||||
|
|
||||||
final result = await showFutureLoadingDialog(
|
final result = await showFutureLoadingDialog(
|
||||||
context: context,
|
context: context,
|
||||||
future: () => Matrix.of(widget.outerContext).client.reportContent(
|
future: () => Matrix.of(widget.outerContext).client.reportEvent(
|
||||||
user.room.id,
|
user.room.id,
|
||||||
user.id,
|
user.id,
|
||||||
reason: reason,
|
reason: reason,
|
||||||
|
|
|
||||||
|
|
@ -1159,7 +1159,7 @@ packages:
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: HEAD
|
ref: HEAD
|
||||||
resolved-ref: "928f6ba96f259ab586ccfeb6c1674aa61ea6d16a"
|
resolved-ref: a069589c7756c4987e66124b149cc53e1d3c05fd
|
||||||
url: "https://github.com/famedly/matrix-dart-sdk.git"
|
url: "https://github.com/famedly/matrix-dart-sdk.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.36.0"
|
version: "0.36.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue