[Spaces] Show suggested in room lists #4501

- Show suggested rooms section in home screen (no actions)
- Show suggested rooms section in rooms screen (no actions)
This commit is contained in:
Gil Eluard
2021-07-29 23:24:34 +02:00
parent baeaacd1f9
commit ac174fafda
11 changed files with 188 additions and 68 deletions
+4
View File
@@ -3402,6 +3402,10 @@ internal enum VectorL10n {
internal static var roomRecentsStartChatWith: String {
return VectorL10n.tr("Vector", "room_recents_start_chat_with")
}
/// SUGGESTED ROOMS
internal static var roomRecentsSuggestedRoomsSection: String {
return VectorL10n.tr("Vector", "room_recents_suggested_rooms_section")
}
/// Can't find this room. Make sure it exists
internal static var roomRecentsUnknownRoomErrorMessage: String {
return VectorL10n.tr("Vector", "room_recents_unknown_room_error_message")