Crypto: fix tracking onRoomMembershipEvent
This commit is contained in:
parent
58a1c80334
commit
797dc9ccbb
@ -486,7 +486,7 @@ internal class DefaultCryptoService @Inject constructor(
|
||||
*/
|
||||
private fun onRoomMembershipEvent(roomId: String, event: Event) {
|
||||
// We only care about the memberships if this room is encrypted
|
||||
if (isRoomEncrypted(roomId)) {
|
||||
if (!isRoomEncrypted(roomId)) {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user