summaryrefslogtreecommitdiff
path: root/internal/api/client/statuses/statuspin.go
AgeCommit message (Collapse)AuthorFiles
2023-02-25[feature] Client API endpoints + v. basic web view for pinned posts (#1547)Libravatar tobi1
* implement status pin client api + web handler * make test names + comments more descriptive * don't use separate table for status pins * remove unused add + remove checking * tidy up + add some more tests