about summary refs log tree commit diff
path: root/app/serializers/activitypub/undo_announce_serializer.rb
AgeCommit message (Collapse)Author
2022-02-11Fix Undo Announce sometimes inlining the originally Announced status (#17516)Claire
* Change tests to have more specific expectations on sent ActivityPub payloads * Check that payload doesn't actually contain the contents of the boosted toot * Fix Undo Announce sometimes inlining the originally Announced status
2020-06-02Add E2EE API (#13820)Eugen Rochko
2019-03-27Remove unused ActivityPub `@context` values depending on response (#10378)Eugen Rochko
Fix #8078
2018-07-13Add federation relay support (#7998)Eugen Rochko
* Add federation relay support * Add admin UI for managing relays * Include actor on relay-related activities * Fix i18n
2017-08-26Add ActivityPub serializer for Undo of Announce (#4703)Eugen Rochko