1
0
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:
Mark Haines
2016-09-16 15:32:46 +01:00
parent c2a40572a5
commit 1feb7fc0ba

View File

@@ -248,8 +248,8 @@ module.exports.MatrixEvent.prototype = {
* The keys that must have been owned by the sender of this encrypted event. * 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 * These don't necessarily have to come from this event itself, but may be
* implied by the cryptographic session. * implied by the cryptographic session.
* For example megolm messages don't claim keys directly, but instead * For example megolm messages don't prove keys directly, but instead
* inherit a claim from the olm message that established the session. * inherit a proof from the olm message that established the session.
* @return {object} * @return {object}
*/ */
getKeysProved: function() { getKeysProved: function() {