summaryrefslogtreecommitdiff
path: root/internal/api/client/admin/emojidelete_test.go
AgeCommit message (Collapse)AuthorFiles
2022-10-14[feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913)Libravatar tobi1
* add emoji DELETE handler * no need to process error (thanks kim) * don't double check if user is admin * add missing security annotation