mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Fix avatars and hide spaces in Share Extension.
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
for (MXRoomSummary *roomSummary in roomsSummaries)
|
||||
{
|
||||
if (!roomSummary.hiddenFromUser)
|
||||
if (!roomSummary.hiddenFromUser && roomSummary.roomType == MXRoomTypeRoom)
|
||||
{
|
||||
[roomSummary setMatrixSession:session];
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
[self.avatarImageView vc_setRoomAvatarImageWith:roomCellData.avatarUrl
|
||||
roomId:roomCellData.roomIdentifier
|
||||
displayName:roomCellData.roomDisplayname
|
||||
mediaManager:roomCellData.mxSession.mediaManager];
|
||||
mediaManager:roomCellData.roomSummary.mxSession.mediaManager];
|
||||
|
||||
self.roomTitleLabel.text = roomCellData.roomDisplayname;
|
||||
if (!self.roomTitleLabel.text.length)
|
||||
|
||||
1
changelog.d/5057.bugfix
Normal file
1
changelog.d/5057.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Share Extension: Fix missing avatars and don't list spaces as rooms.
|
||||
Reference in New Issue
Block a user