mastodon/app
Claire 9b978872cc
Fix 404 error when filtering admin action logs by non-existent target account (#16643)
Currently, there is no way for an admin to delete an account record. However,
should that happen in the future, or should an admin mistype an account id,
`/admin/action_logs?target_account_id=<non-existent-account-id>` currently
returns a 404 instead of an empty list.

With this commit, the aforementioned page returns a correct list instead
(potentially non-empty if the account has been manually deleted)
2021-10-14 20:53:11 +02:00
..
chewy
controllers Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
helpers Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
javascript Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
lib Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
mailers
models Fix 404 error when filtering admin action logs by non-existent target account (#16643) 2021-10-14 20:53:11 +02:00
policies
presenters Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
serializers Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
services
validators
views Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
workers