GoToSocial/internal/processing
tobi f7416d6e94
[feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913)
* add emoji DELETE handler

* no need to process error (thanks kim)

* don't double check if user is admin

* add missing security annotation
2022-10-14 17:30:04 +02:00
..
account
admin [feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913) 2022-10-14 17:30:04 +02:00
federation
media
status
streaming
user
account.go
account_test.go
admin.go [feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913) 2022-10-14 17:30:04 +02:00
app.go
blocks.go
federation.go
followrequest.go
followrequest_test.go
fromclientapi.go
fromclientapi_test.go
fromcommon.go
fromfederator.go
fromfederator_test.go
instance.go
media.go
notification.go
notification_test.go
oauth.go
processor.go [feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913) 2022-10-14 17:30:04 +02:00
processor_test.go
search.go
status.go
statustimeline.go
streaming.go
user.go
util.go