From e286b52186cc0f949469369c566e7b72e6d2dc6a Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Fri, 20 Sep 2024 02:07:41 -0400 Subject: [PATCH] status: Add support for Mastodon.Social --- arc/statuses/mastodon_social.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arc/statuses/mastodon_social.go diff --git a/arc/statuses/mastodon_social.go b/arc/statuses/mastodon_social.go new file mode 100644 index 0000000..4d475b6 --- /dev/null +++ b/arc/statuses/mastodon_social.go @@ -0,0 +1,5 @@ +package statuses + +func init() { + RegisterInStatusPage("mastodon.social", "https://status.mastodon.social/summary.json") +}