Feature/2611 Notifications on mentions

This commit is contained in:
Arnfried Griesert
2022-09-22 06:18:25 +00:00
parent 61ba9448c7
commit 92f4cdc8cc
6 changed files with 91 additions and 2 deletions
+4
View File
@@ -606,6 +606,10 @@ static CGSize kThreadListBarButtonItemImageSize;
[VoiceMessageMediaServiceProvider.sharedProvider pauseAllServices];
if([BwiBuildSettings showMentionsInRoom]) {
[Mentions setCountMentionsToZeroWithRoomID:self.roomDataSource.roomId];
}
// Stop the loading indicator even if the session is still in progress
[self stopLoadingUserIndicator];
}