Added federation indicator to room info screen

This commit is contained in:
Arnfried Griesert
2023-11-13 12:39:33 +01:00
parent 475a9b067c
commit 55084fd91a
13 changed files with 177 additions and 15 deletions
@@ -29,4 +29,5 @@ struct RoomInfoBasicViewData {
let isDirect: Bool
let directUserId: String?
let directUserPresence: MXPresence
let isFederated: Bool
}