-
-
Notifications
You must be signed in to change notification settings - Fork 611
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e51abc
commit e2ffb9f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -711,7 +711,7 @@ export class MatrixEvent extends TypedEventEmitter<MatrixEventEmittedEvents, Mat | |
return this.clearEvent?.content?.msgtype === "m.bad.encrypted"; | ||
} | ||
|
||
public isEncryptedDisabledForUnverifiedDevices(): boolean { | ||
public get isEncryptedDisabledForUnverifiedDevices(): boolean { | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
florianduros
Author
Contributor
|
||
return this.isDecryptionFailure() && this.encryptedDisabledForUnverifiedDevices; | ||
} | ||
|
||
|
I'm not sure this makes sense in english though have no suggestions for better naming here