mirror of https://github.com/vector-im/riot-web
typo
parent
53e9d030b7
commit
5bed0b7275
|
@ -73,7 +73,7 @@ module.exports = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// obviously this won't deep copy but we this shouldn't be necessary
|
// obviously this won't deep copy but this shouldn't be necessary
|
||||||
var amap = this.state.activityMap;
|
var amap = this.state.activityMap;
|
||||||
amap[room.roomId] = Math.max(amap[room.roomId] || 0, hl);
|
amap[room.roomId] = Math.max(amap[room.roomId] || 0, hl);
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|
Loading…
Reference in New Issue