fix: messages not being processed after a new encryption event.
This commit is contained in:
parent
3a8fedb02f
commit
c3ec0ffa2a
|
|
@ -1876,7 +1876,7 @@ class Client extends MatrixApi {
|
|||
.getState(EventTypes.Encryption)
|
||||
?.content
|
||||
.tryGet<String>('algorithm'))) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
var update =
|
||||
|
|
|
|||
Loading…
Reference in New Issue