From 5ff204c4edf14b910b63a79eb4221e459b8b31b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krzysztof=20Feiler?= Date: Mon, 21 Jan 2019 23:39:32 +0100 Subject: [PATCH] Add "bsd.network" to Mastodon list (#1611) --- app/lib/constants.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/constants.rb b/app/lib/constants.rb index 0a6625b36..556d31dac 100644 --- a/app/lib/constants.rb +++ b/app/lib/constants.rb @@ -2,6 +2,7 @@ module Constants ALLOWED_MASTODON_INSTANCES = [ "acg.mn", "bitcoinhackers.org", + "bsd.network", "chaos.social", "cmx.im", "framapiaf.org",