fix: messages not being processed after a new encryption event.

This commit is contained in:
Nicolas Werner 2022-09-29 12:18:18 +02:00
parent 3a8fedb02f
commit c3ec0ffa2a
1 changed files with 1 additions and 1 deletions

View File

@ -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 =