feat: Send multiple images at once

This commit is contained in:
Christian Pauly 2022-07-10 09:26:16 +02:00
commit 765583dbbe
7 changed files with 129 additions and 99 deletions

View file

@ -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,
),
);