Fix avatars and hide spaces in Share Extension.

This commit is contained in:
Doug
2021-10-29 11:47:06 +01:00
committed by Stefan Ceriu
parent fda0e91900
commit 85d16e28b4
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
for (MXRoomSummary *roomSummary in roomsSummaries)
{
if (!roomSummary.hiddenFromUser)
if (!roomSummary.hiddenFromUser && roomSummary.roomType == MXRoomTypeRoom)
{
[roomSummary setMatrixSession:session];