Go to file
magical ad7a1edaf1 fix FeedSource item sorting
we were sorting by strings instead of parsed dates and it was getting
confused by RFC1123 dates that looked like

    Thu, 02 Dec 2021 00:00:00 -0700
    Mon, 20 Sep 2021 00:00:00 -0600
    Mon, 06 Sep 2021 00:00:00 -0600
    Thu, 02 Sep 2021 00:00:00 -0600
    Sun, 22 Aug 2021 00:00:00 -0600

which of course sort like

    Thu, 02 Sep 2021 00:00:00 -0600
    Thu, 02 Dec 2021 00:00:00 -0700
    Sun, 22 Aug 2021 00:00:00 -0600
    Mon, 20 Sep 2021 00:00:00 -0600
    Mon, 06 Sep 2021 00:00:00 -0600
2022-01-01 00:55:54 +00:00
cache.go move MaxBytesReader to another file 2022-01-01 00:51:10 +00:00
go.mod better mastodon text formatting 2021-12-31 08:48:18 +00:00
go.sum huh not sure why go.sum hadn't been added 2021-12-31 08:48:36 +00:00
main.go fix FeedSource item sorting 2022-01-01 00:55:54 +00:00
mastodon.go use the Source, interface 2022-01-01 00:52:03 +00:00