Update Permalinks.ts
This commit is contained in:
committed by
GitHub
parent
ebf011fae9
commit
636b6884e8
@@ -217,7 +217,7 @@ export class RoomPermalinkCreator {
|
||||
const aclEvent = this.room?.currentState.getStateEvents(EventType.RoomServerAcl, "");
|
||||
if (aclEvent && aclEvent.getContent()) {
|
||||
const getRegex = (hostname: string): RegExp =>
|
||||
new RegExp("^" + utils.globToRegexp(hostname, false) + "$");
|
||||
new RegExp("^" + utils.globToRegexp(hostname) + "$");
|
||||
|
||||
const denied = aclEvent.getContent<{ deny: string[] }>().deny;
|
||||
if (Array.isArray(denied)) {
|
||||
|
||||
Reference in New Issue
Block a user