feat: Send multiple images at once
This commit is contained in:
parent
fae0436f4e
commit
765583dbbe
7 changed files with 129 additions and 99 deletions
|
|
@ -103,7 +103,7 @@ class ChatListItem extends StatelessWidget {
|
|||
context: context,
|
||||
useRootNavigator: false,
|
||||
builder: (c) => SendFileDialog(
|
||||
file: Matrix.of(context).shareContent!['file'],
|
||||
files: [Matrix.of(context).shareContent!['file']],
|
||||
room: room,
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue