You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-19 16:42:09 +03:00
javascript function syntax #3...
This commit is contained in:
@@ -146,7 +146,7 @@ module.exports.MatrixEvent.prototype = {
|
|||||||
return this.event.state_key !== undefined;
|
return this.event.state_key !== undefined;
|
||||||
},
|
},
|
||||||
|
|
||||||
getPushActions(client) {
|
getPushActions: function(client) {
|
||||||
if (this.pushActions === undefined) {
|
if (this.pushActions === undefined) {
|
||||||
var pushProcessor = new PushProcessor(client);
|
var pushProcessor = new PushProcessor(client);
|
||||||
this.pushActions = pushProcessor.actionsForEvent(this.event);
|
this.pushActions = pushProcessor.actionsForEvent(this.event);
|
||||||
|
Reference in New Issue
Block a user