akkoma/test/pleroma/web/twitter_api
Oneric 09736431e0 Don't spam logs about deleted users
User.get_or_fetch_by_(apid|nickname) are the only external users of fetch_and_prepare_user_from_ap_id,
thus there’s no point in duplicating logging, expecially not at error level.
Currently (duplicated) _not_found errors for users make up the bulk of my logs
and are created almost every second. Deleted users are a common occurence and not
worth logging outside of debug
2025-01-07 20:27:28 +01:00
..
controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
password_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
remote_follow_controller_test.exs Don't spam logs about deleted users 2025-01-07 20:27:28 +01:00
twitter_api_test.exs CI: Bump lint stage to elixir-1.12 2021-10-06 08:11:05 +02:00
util_controller_test.exs Accept body parameters for /api/pleroma/notification_settings 2024-04-09 04:11:28 +02:00