c30e6433de
`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. |
||
---|---|---|
.. | ||
activitypub | ||
rest | ||
web | ||
initial_state_serializer.rb | ||
oembed_serializer.rb |