mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
MESSENGER-4730 personal notes visibility old style
This commit is contained in:
@@ -1079,22 +1079,6 @@
|
||||
if (BWIBuildSettings.shared.bwiPersonalNotesRoom) {
|
||||
[service createPersonalNotesRoomIfNeeded];
|
||||
}
|
||||
if (BWIBuildSettings.shared.bwiUseCustomPersonalNotesAvatar) {
|
||||
MXSession *mainSession = mxSessionArray.firstObject;
|
||||
|
||||
if (mainSession) {
|
||||
for (MXRoom* room in [mainSession roomsWithTag:PersonalNotesDefaultService.roomTag]) {
|
||||
if ([room.summary.avatar length] > 0) {
|
||||
[room setAvatar:@"" success:nil failure:nil];
|
||||
}
|
||||
}
|
||||
|
||||
MXRoom* room = [mainSession roomWithRoomId:[service personalNotesRoomId]];
|
||||
if (room && [room.summary.avatar length] > 0) {
|
||||
[room setAvatar:@"" success:nil failure:nil];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - bwi matomo tracking
|
||||
|
||||
Reference in New Issue
Block a user