Skip to content

Commit

Permalink
/issues/6149 - Allow video rooms to be shown in the rooms list
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed May 13, 2022
1 parent 64d9824 commit bac1d47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Riot/Utils/EventFormatter.m
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,10 @@ - (instancetype)initWithMatrixSession:(MXSession *)matrixSession
self.emojiOnlyTextFont = [UIFont systemFontOfSize:48];
self.editionMentionTextFont = [UIFont systemFontOfSize:12];

// Handle space room type, enables to show space in room list
// Handle space and video room types, enables their display in the room list
defaultRoomSummaryUpdater.showRoomTypeStrings = @[
MXRoomTypeStringSpace
MXRoomTypeStringSpace,
MXRoomTypeStringVideo
];
}
return self;
Expand Down
1 change: 1 addition & 0 deletions changelog.d/6149.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Allow video rooms to be shown in the rooms list.

0 comments on commit bac1d47

Please sign in to comment.