about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorunarist <m.unarist@gmail.com>2017-09-16 22:00:36 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-09-16 15:00:36 +0200
commitc30e6433de905c167f2920ced6b6bd659cf617eb (patch)
tree34f1ffdcee44c44d3ee12462c50ca37ebb3cc7a4 /package.json
parentcea5597722bc7565e9d8dd21787492ba1570fbf4 (diff)
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.
Diffstat (limited to 'package.json')
0 files changed, 0 insertions, 0 deletions