Add merveilles.town to list of Mastodon instances (#7983)

This commit is contained in:
rhymes 2020-05-20 23:48:46 +02:00 committed by GitHub
parent 32410d3b9a
commit fa22f346e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,12 @@
module Constants
ALLOWED_MASTODON_INSTANCES = [
"101010.pl",
"4estate.media",
"acg.mn",
"anarchism.space",
"bitcoinhackers.org",
"bsd.network",
"chaos.social",
"anarchism.space",
"cmx.im",
"cybre.space",
"fosstodon.org",
@ -36,6 +37,7 @@ module Constants
"mastodon.technology",
"mastodon.xyz",
"mathtod.online",
"merveilles.town",
"mimumedon.com",
"misskey.xyz",
"moe.cat",
@ -65,6 +67,5 @@ module Constants
"toot.cafe",
"wikitetas.club",
"xoxo.zone",
"4estate.media",
].freeze
end