From ae160942bb779359fa4ec5df376efc6ee6b2d87c Mon Sep 17 00:00:00 2001 From: magical Date: Sun, 1 May 2022 02:44:54 +0000 Subject: [PATCH] welp --- mastodon.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mastodon.go b/mastodon.go index f8abe06..a3b22fa 100644 --- a/mastodon.go +++ b/mastodon.go @@ -56,6 +56,9 @@ const maxResponseSize = 1e6 // 1MB // Within h-entry or h-cite, represents the content of the status. Attached to status content. // +// I learned after writing this that mastodon also has RSS feeds +// e.g. https://tiny.tilde.website/@magical.rss + type MastoSource struct { Items []*MastoItem Title string