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)
|
.getState(EventTypes.Encryption)
|
||||||
?.content
|
?.content
|
||||||
.tryGet<String>('algorithm'))) {
|
.tryGet<String>('algorithm'))) {
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
var update =
|
var update =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue