mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 06:36:58 +02:00
RecentsViewController: Handle RoomsDirectoryCoordinatorBridgePresenter did select room id or alias.
This commit is contained in:
@@ -3354,6 +3354,10 @@ internal enum VectorL10n {
|
||||
internal static var roomRecentsStartChatWith: String {
|
||||
return VectorL10n.tr("Vector", "room_recents_start_chat_with")
|
||||
}
|
||||
/// Can't find this room. Make sure it exists
|
||||
internal static var roomRecentsUnknownRoomErrorMessage: String {
|
||||
return VectorL10n.tr("Vector", "room_recents_unknown_room_error_message")
|
||||
}
|
||||
/// This room has been replaced and is no longer active.
|
||||
internal static var roomReplacementInformation: String {
|
||||
return VectorL10n.tr("Vector", "room_replacement_information")
|
||||
|
||||
Reference in New Issue
Block a user