welp
parent
5b76339e40
commit
ae160942bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue