mastodon/app/serializers
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.
2017-09-16 15:00:36 +02:00
..
activitypub Fix AP serialization error when thread is missing (#4970) 2017-09-16 15:00:36 +02:00
rest When accessing uncached media attachment, redownload it (#4955) 2017-09-16 03:01:45 +02:00
web Fix WebPush (regression from #4524) (#4778) 2017-09-02 16:50:42 +02:00
initial_state_serializer.rb Use system's default font on non web UI pages (#4553) 2017-09-01 16:13:31 +02:00
oembed_serializer.rb Clean up and improve generated OpenGraph tags (#4901) 2017-09-12 05:39:38 +02:00