From 83b21de97b075ac4298a8aa531bc0a49796576b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bror=20Bojl=C3=A9n?= Date: Fri, 9 Aug 2019 20:49:03 +0300 Subject: [PATCH] add writefreely and peertube to frontend --- frontend/src/constants.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/constants.tsx b/frontend/src/constants.tsx index ca74395..55f29bf 100644 --- a/frontend/src/constants.tsx +++ b/frontend/src/constants.tsx @@ -39,5 +39,4 @@ export interface IInstanceDomainPath { 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"]; +export const INSTANCE_TYPES = ["mastodon", "gab", "pleroma", "misskey", "gnusocial", "writefreely", "peertube"];