mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
MESSENGER-3310 use local personal note avatar and remove url of old rooms
This commit is contained in:
@@ -146,4 +146,8 @@ extension PersonalNotesDefaultService : PersonalNotesService {
|
||||
func resetPersonalNotesRoom() {
|
||||
session.setAccountData([:], forType: AccountDataTypes.personalNotes, success: nil, failure: nil)
|
||||
}
|
||||
|
||||
func avatarImageUrl() -> String {
|
||||
return self.defaultAvatar
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user