Fix logging, add "Notify me for" label, fix theme on avatar and add changes

This commit is contained in:
langleyd
2021-07-08 20:54:32 +01:00
parent 88d816ddf2
commit 816513cee6
9 changed files with 114 additions and 12 deletions
@@ -93,7 +93,7 @@ final class RoomNotificationSettingsService: RoomNotificationSettingsServiceType
}
guard notificationCenterDidUpdateObserver == nil else {
MXLog.debug("[MXRoom+Riot] Request in progress: ignore push rule update")
MXLog.debug("[RoomNotificationSettingsService] Request in progress: ignore push rule update")
completion()
return
}