Skip to content

Commit

Permalink
Merge branch 'develop' into release-v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Aug 23, 2018
2 parents 3d18a35 + 1514089 commit 8e65a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/intent.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ Intent.prototype.roomState = function(roomId, useCache=false) {
if (useCache) {
return this._requestCaches.roomstate.get(roomId);
}
return self.client.roomState(roomId);
return this.client.roomState(roomId);
});
};

Expand Down

0 comments on commit 8e65a89

Please sign in to comment.