From 1ceda51e885698d21b46a77ea1a29723cfcd95d4 Mon Sep 17 00:00:00 2001 From: David Celis Date: Fri, 8 Mar 2019 13:00:02 -0800 Subject: [PATCH] Add xoxo.zone to the allowed Mastodon instances (#2009) --- app/lib/constants.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/constants.rb b/app/lib/constants.rb index fe13ceca7..1726f113c 100644 --- a/app/lib/constants.rb +++ b/app/lib/constants.rb @@ -55,5 +55,6 @@ module Constants "todon.nl", "toot.cafe", "wikitetas.club", + "xoxo.zone", ].freeze end