fix: Send file
This commit is contained in:
parent
b86e88ef87
commit
77020d6b91
5 changed files with 25 additions and 22 deletions
|
|
@ -94,6 +94,7 @@ class ChatListItem extends StatelessWidget {
|
|||
builder: (c) => SendFileDialog(
|
||||
file: Matrix.of(context).shareContent['file'],
|
||||
room: room,
|
||||
l10n: L10n.of(context),
|
||||
));
|
||||
} else {
|
||||
unawaited(room.sendEvent(Matrix.of(context).shareContent));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue