diff --git a/ElementX/Sources/Services/Room/KnockedRoomProxy.swift b/ElementX/Sources/Services/Room/KnockedRoomProxy.swift index 9326b76f3d..c2c35de056 100644 --- a/ElementX/Sources/Services/Room/KnockedRoomProxy.swift +++ b/ElementX/Sources/Services/Room/KnockedRoomProxy.swift @@ -16,9 +16,7 @@ class KnockedRoomProxy: KnockedRoomProxyProtocol { // A room identifier is constant and lazy stops it from being fetched // multiple times over FFI - var id: String { - info.id - } + lazy var id = info.id let ownUserID: String