1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-22 04:02:40 +03:00

don't always show badge (leftover)

This commit is contained in:
Bruno Windels
2018-10-16 14:54:14 +02:00
parent 99bf6b0e32
commit cc29dd08da

View File

@@ -243,7 +243,6 @@ module.exports = React.createClass({
},
render: function() {
this.state.badgeHover = true;
const isInvite = this.props.room.getMyMembership() === "invite";
const notificationCount = this.state.notificationCount;
// var highlightCount = this.props.room.getUnreadNotificationCount("highlight");