mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Add configurable logger for RiotSwiftUI
This commit is contained in:
@@ -64,11 +64,9 @@ class TemplateUserProfileService: TemplateUserProfileServiceProtocol {
|
||||
else { return }
|
||||
self.presenceSubject.send(TemplateUserProfilePresence(mxPresence: self.session.myUser.presence))
|
||||
}
|
||||
// TODO: Add log back when abstract logger added to RiotSwiftUI
|
||||
// if reference == nil {
|
||||
//
|
||||
// MXLog.error("[TemplateUserProfileService] Did not recieve a lisenter reference.")
|
||||
// }
|
||||
if reference == nil {
|
||||
UILog.error("[TemplateUserProfileService] Did not recieve a lisenter reference.")
|
||||
}
|
||||
return reference
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user