mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
typo
This commit is contained in:
parent
53e9d030b7
commit
5bed0b7275
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ module.exports = {
|
|||
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;
|
||||
amap[room.roomId] = Math.max(amap[room.roomId] || 0, hl);
|
||||
this.setState({
|
||||
|
|
Loading…
Reference in a new issue