add writefreely and peertube to frontend
This commit is contained in:
parent
b2e849cf9f
commit
83b21de97b
|
@ -39,5 +39,4 @@ export interface IInstanceDomainPath {
|
||||||
domain: string;
|
domain: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
// We could also extract the values from the server response, but this would slow things down...
|
export const INSTANCE_TYPES = ["mastodon", "gab", "pleroma", "misskey", "gnusocial", "writefreely", "peertube"];
|
||||||
export const INSTANCE_TYPES = ["mastodon", "gab", "pleroma", "misskey", "gnusocial"];
|
|
||||||
|
|
Loading…
Reference in a new issue