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 5eec7b02b5
commit bbf93f5c2b
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
}