fix: uncommented call to change room description (#1608)

This commit is contained in:
ggurdin 2025-01-27 17:05:02 -05:00 committed by GitHub
parent edd49cdafe
commit d229207d18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,6 +95,10 @@ class ChatDetailsController extends State<ChatDetails> {
);
if (input == null) return;
// #Pangea
await showFutureLoadingDialog(
context: context,
future: () => room.setDescription(input.single),
);
// final success = await showFutureLoadingDialog(
// context: context,
// future: () => room.setDescription(input.single),