You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Semicolons
This commit is contained in:
@@ -152,11 +152,11 @@ function textForServerACLEvent(ev) {
|
||||
}
|
||||
|
||||
if (!Array.isArray(current.allow)){
|
||||
current.allow = []
|
||||
current.allow = [];
|
||||
}
|
||||
|
||||
if (!Array.isArray(current.deny)){
|
||||
current.deny = []
|
||||
current.deny = [];
|
||||
}
|
||||
|
||||
const bannedServers = current.deny.filter((srv) => typeof(srv) === 'string' && !prev.deny.includes(srv));
|
||||
|
||||
Reference in New Issue
Block a user