You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
add comment back as we kept flag in the end
This commit is contained in:
@@ -977,6 +977,8 @@ Crypto.prototype.onCryptoEvent = async function(event) {
|
||||
const content = event.getContent();
|
||||
|
||||
try {
|
||||
// inhibit the device list refresh for now - it will happen once we've
|
||||
// finished processing the sync, in onSyncCompleted.
|
||||
await this.setRoomEncryption(roomId, content, true);
|
||||
} catch (e) {
|
||||
console.error("Error configuring encryption in room " + roomId +
|
||||
|
||||
Reference in New Issue
Block a user