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

lint hell

This commit is contained in:
Matthew Hodgson
2017-11-01 15:31:44 +00:00
parent 64d8c81897
commit b3a7d25ef8

View File

@@ -54,8 +54,7 @@ export default function shouldHideEvent(ev, syncedSettings) {
&& (/* eventDiff.isJoin ||
eventDiff.isPart ||
eventDiff.isDisplaynameChange || */
eventDiff.isAvatarChange))
{
eventDiff.isAvatarChange)) {
return true;
}