Appease the linter

This commit is contained in:
Travis Ralston 2019-06-03 00:17:08 -06:00
parent dd42e87c3c
commit a71b4f5b4c

View file

@ -99,10 +99,11 @@ export default class RoomBreadcrumbs extends React.Component {
// XXX: slight hack in order to zero the notification count when a room
// is read. Copied from RoomTile
case 'on_room_read':
case 'on_room_read': {
const room = MatrixClientPeg.get().getRoom(payload.roomId);
this._calculateRoomBadges(room, /*zero=*/true);
break;
}
}
}