mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
fix: Set room avatar
This commit is contained in:
parent
4f5e7dc399
commit
7d6a10e7a5
@ -319,7 +319,7 @@ class ChatDetailsController extends State<ChatDetails> {
|
||||
}
|
||||
await showFutureLoadingDialog(
|
||||
context: context,
|
||||
future: () => matrix.client.setAvatar(file),
|
||||
future: () => room.setAvatar(file),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user