👽 Changes to API path since sphere no longer handle messages
This commit is contained in:
@@ -117,7 +117,7 @@ class CallControlsBar extends HookConsumerWidget {
|
||||
try {
|
||||
showLoadingModal(context);
|
||||
await apiClient.delete(
|
||||
'/sphere/chat/realtime/${callNotifier.roomId}',
|
||||
'/messager/chat/realtime/${callNotifier.roomId}',
|
||||
);
|
||||
callNotifier.dispose();
|
||||
if (context.mounted && popOnLeaves) {
|
||||
|
||||
Reference in New Issue
Block a user