mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-19 22:22:14 +02:00
[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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user