mirror of https://github.com/vector-im/riot-web
Rooms with notifs turned off should still go bold.
parent
8bb836ad49
commit
b580fba7db
|
@ -73,14 +73,12 @@ module.exports = {
|
|||
if (actions && actions.tweaks && actions.tweaks.highlight) {
|
||||
hl = 2;
|
||||
}
|
||||
if (actions.notify) {
|
||||
// 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);
|
||||
|
||||
newState.activityMap = amap;
|
||||
}
|
||||
}
|
||||
this.setState(newState);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue