Move permalink host check into permalink constructors
Without the requirement for a room to work
This commit is contained in:
@@ -34,4 +34,8 @@ export default class PermalinkConstructor {
|
||||
forUser(userId: string): string {
|
||||
throw new Error("Not implemented");
|
||||
}
|
||||
|
||||
isPermalinkHost(host: string): boolean {
|
||||
throw new Error("Not implemented");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user