diff --git a/ElementX/Sources/Services/Client/ClientProxyProtocol.swift b/ElementX/Sources/Services/Client/ClientProxyProtocol.swift index 246149795b..6ae8517926 100644 --- a/ElementX/Sources/Services/Client/ClientProxyProtocol.swift +++ b/ElementX/Sources/Services/Client/ClientProxyProtocol.swift @@ -54,7 +54,8 @@ enum SlidingSyncConstants { RequiredState(key: "m.room.topic", value: ""), RequiredState(key: "m.room.avatar", value: ""), RequiredState(key: "m.room.canonical_alias", value: ""), - RequiredState(key: "m.room.join_rules", value: "") + RequiredState(key: "m.room.join_rules", value: ""), + RequiredState(key: "m.room.pinned_events", value: "") ] }