mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
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.isPart ||
|
||||
eventDiff.isDisplaynameChange || */
|
||||
eventDiff.isAvatarChange))
|
||||
{
|
||||
eventDiff.isAvatarChange)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue