master
magical 2022-05-01 02:44:54 +00:00
parent 5b76339e40
commit ae160942bb
1 changed files with 3 additions and 0 deletions

View File

@ -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