summaryrefslogtreecommitdiff
path: root/internal/api/client/admin/admin_test.go
AgeCommit message (Collapse)AuthorFiles
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim1
* replace async client API / federator msg processing with worker pools * appease our lord-and-saviour, the linter
2022-03-19[feature] Admin account actions (#432)Libravatar tobi1
* add accountAction to the admin API * model admin account action * add admin account action to the processor * add migration for new AdminAccountActions table * fix accounts admin path * Update swagger docs
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst1