mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
Merge pull request #7705 from vector-im/mauroromito/fix_ending_jistsi_call_when_removing_widget
This commit is contained in:
@@ -8053,7 +8053,7 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
self.removeJitsiWidgetView.delegate = nil;
|
||||
|
||||
// end active call if exists
|
||||
if ([self isRoomHavingAJitsiCallForWidgetId:jitsiWidget.widgetId])
|
||||
if ([self isRoomHavingAJitsiCall])
|
||||
{
|
||||
[self endActiveJitsiCall];
|
||||
}
|
||||
|
||||
1
changelog.d/7704.bugfix
Normal file
1
changelog.d/7704.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
The slide to end call for everyone button for the Jitsi widget now also ends the call for the current user.
|
||||
Reference in New Issue
Block a user