Commit 9b0c263fcff0b512b80d36621c9253840eb4314e

Authored by Adhidarma Hadiwinoto
1 parent 05d3da1e1c
Exists in master

perbaikan kelebihan dot

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

... ... @@ -67,7 +67,7 @@ function onBuddy(jid, state, statusText, resource) {
67 67 matrix.buddies[jid] = {states: {}};
68 68 }
69 69  
70   - matrix.buddies[jid].states.[resource] = {
  70 + matrix.buddies[jid].states[resource] = {
71 71 state: state,
72 72 statusText: statusText,
73 73 lastUpdate: moment().format('YYYYMMdd HH:mm:ss')