lint hell
This commit is contained in:
parent
64d8c81897
commit
b3a7d25ef8
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ export default function shouldHideEvent(ev, syncedSettings) {
|
||||||
&& (/* eventDiff.isJoin ||
|
&& (/* eventDiff.isJoin ||
|
||||||
eventDiff.isPart ||
|
eventDiff.isPart ||
|
||||||
eventDiff.isDisplaynameChange || */
|
eventDiff.isDisplaynameChange || */
|
||||||
eventDiff.isAvatarChange))
|
eventDiff.isAvatarChange)) {
|
||||||
{
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue