mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Only subscribe to identity updates if the room is encrypted. (#3414)
This commit is contained in:
parent
718774dc36
commit
3d797ccabb
@ -200,7 +200,9 @@ class JoinedRoomProxy: JoinedRoomProxyProtocol {
|
||||
|
||||
subscribeToRoomInfoUpdates()
|
||||
|
||||
subscribeToIdentityStatusChanges()
|
||||
if isEncrypted {
|
||||
subscribeToIdentityStatusChanges()
|
||||
}
|
||||
|
||||
subscribeToTypingNotifications()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user