pleroma/test/pleroma/web/activity_pub/views
Hélène 0b19625bfb
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 04:54:04 +02:00
..
object_view_test.exs ObjectView: do not fetch an object for its ID 2022-09-11 04:54:04 +02:00
user_view_test.exs User: generate private keys on user creation 2022-09-05 03:51:17 +02:00