You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/serializers/activitypub
unarist c30e6433de Fix AP serialization error when thread is missing (#4970)
`Status#reply?` may returns true even if the thread is missing.
e.g. the replied status was deleted or couldn't be fetched.

Then it raises NoMethodError on various AP json serialization.

This issue won't happen on Atom serialization because it checks thread
existence using `StreamEntry#threaded?` instead.
7 years ago
..
accept_follow_serializer.rb
activity_serializer.rb Add _:inReplyToAtomUri to ActivityPub (#4702) 8 years ago
actor_serializer.rb Fix some ActivityPub JSON bugs (#4796) 8 years ago
block_serializer.rb
collection_serializer.rb
delete_serializer.rb Define missing JSON-LD properties (#4767) 8 years ago
follow_serializer.rb
like_serializer.rb
note_serializer.rb Fix AP serialization error when thread is missing (#4970) 7 years ago
public_key_serializer.rb
reject_follow_serializer.rb
undo_announce_serializer.rb
undo_block_serializer.rb
undo_follow_serializer.rb
undo_like_serializer.rb
update_serializer.rb