summaryrefslogtreecommitdiff
path: root/internal/util/timeline.go
AgeCommit message (Collapse)AuthorFiles
2022-06-08[feature] Add paging via `Link` header for notifications and account ↵Libravatar tobi1
statuses (#629) * test link headers * page get account statuses properly * page get notifications * add util func for packaging timeline responses * return timelined stuff from accountstatusesget * rename timeline response * use new convenience function * go fmt