1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

Document return type

This commit is contained in:
Mark Haines
2016-09-15 16:42:40 +01:00
parent 45e9f59fdc
commit 45ed0884df

View File

@@ -234,7 +234,8 @@ module.exports.MatrixEvent.prototype = {
},
/**
* Returns the curve25519 key that sent this event
* The curve25519 key that sent this event
* @return {string}
*/
getSenderKey: function() {
return this.getKeysProved().curve25519 || null;