Update sdk for performance increases

This commit is contained in:
Sorunome 2020-07-02 09:30:59 +00:00 committed by Christian Pauly
commit e924908d49
10 changed files with 23 additions and 19 deletions

View file

@ -137,7 +137,7 @@ class _ChatListState extends State<ChatList> {
'msgtype': 'chat.fluffy.shared_file',
'file': MatrixFile(
bytes: file.readAsBytesSync(),
path: file.path,
name: file.path,
),
};
}