RecentsViewController: Handle RoomsDirectoryCoordinatorBridgePresenter did select room id or alias.

This commit is contained in:
SBiOSoftWhare
2021-06-14 16:12:53 +02:00
parent 996f3d0947
commit 53bf4e75e6
3 changed files with 18 additions and 1 deletions
+4
View File
@@ -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")