akkoma/test/pleroma/web/activity_pub/views
Hélène e88f36f72b ObjectView: do not fetch an object for its ID
Non-Create/Listen activities had their associated object field
normalized and fetched, but only to use their `id` field, which is both
slow and redundant. This also failed on Undo activities, which delete
the associated object/activity in database.

Undo activities will now render properly and database loads should
improve ever so slightly.
2022-09-11 19:52:59 +01:00
..
object_view_test.exs ObjectView: do not fetch an object for its ID 2022-09-11 19:52:59 +01:00
user_view_test.exs purge chat and shout endpoints 2022-07-21 11:29:28 +01:00