Commit 94a22ccdaaa8024415b0a4c0b68a4278dbdce7c4

Authored by Adhidarma Hadiwinoto
1 parent 7d5f671709
Exists in master

typo

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -123,7 +123,7 @@ MatrixUtil.prototype.isPartnerOffline = function(partner) {
123 123 return true;
124 124 }
125 125  
126   -MatrixUtil.prototype._updateLastResponseTime(partner) {
  126 +MatrixUtil.prototype._updateLastResponseTime = function(partner) {
127 127 let matrix = this.matrix;
128 128  
129 129 if (!matrix.buddies[partner]['last_outgoing']) {