Move permalink host check into permalink constructors
Without the requirement for a room to work
This commit is contained in:
parent
926e1146f9
commit
f879185aef
4 changed files with 15 additions and 13 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue