add writefreely and peertube to frontend

This commit is contained in:
Tao Bror Bojlén 2019-08-09 20:49:03 +03:00
parent b2e849cf9f
commit 83b21de97b
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
1 changed files with 1 additions and 2 deletions

View File

@ -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"];