mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Feature/3449 release prep
This commit is contained in:
@@ -1227,6 +1227,11 @@
|
||||
[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];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user