fix: Set room avatar

This commit is contained in:
Krille Fear 2021-11-16 09:34:25 +01:00
parent 4f5e7dc399
commit 7d6a10e7a5
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ class ChatDetailsController extends State<ChatDetails> {
}
await showFutureLoadingDialog(
context: context,
future: () => matrix.client.setAvatar(file),
future: () => room.setAvatar(file),
);
}