You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
Fix copy+paste
This commit is contained in:
@@ -248,8 +248,8 @@ module.exports.MatrixEvent.prototype = {
|
||||
* The keys that must have been owned by the sender of this encrypted event.
|
||||
* These don't necessarily have to come from this event itself, but may be
|
||||
* implied by the cryptographic session.
|
||||
* For example megolm messages don't claim keys directly, but instead
|
||||
* inherit a claim from the olm message that established the session.
|
||||
* For example megolm messages don't prove keys directly, but instead
|
||||
* inherit a proof from the olm message that established the session.
|
||||
* @return {object}
|
||||
*/
|
||||
getKeysProved: function() {
|
||||
|
||||
Reference in New Issue
Block a user