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