fix: Set room avatar
This commit is contained in:
parent
ac3425aa47
commit
377a8ffd1c
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ class ChatDetailsController extends State<ChatDetails> {
|
||||||
}
|
}
|
||||||
await showFutureLoadingDialog(
|
await showFutureLoadingDialog(
|
||||||
context: context,
|
context: context,
|
||||||
future: () => matrix.client.setAvatar(file),
|
future: () => room.setAvatar(file),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue