]> cat aescling's git repositories - mastodon.git/commit
Fix "Cannot read property" on missing status (#3322)
authorunarist <m.unarist@gmail.com>
Fri, 26 May 2017 12:07:48 +0000 (21:07 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 26 May 2017 12:07:48 +0000 (14:07 +0200)
commitc6db416ff70724cd19898fdc91feac6f539b10f3
tree886d328d38efc1d2e8277cd9745681cbef3fb9ae
parentb00cb2aed3634ad6624e144b99d538eb85c58c12
Fix "Cannot read property" on missing status (#3322)

I've found this issue when I clicked replies to muted user on the timeline.

Properties I've removed in here were added with lazy loading using
IntersectionObserver (8e4d1cba), but those statuses are not need to be
tracked anyway because it will be rendered as only empty div.
app/javascript/mastodon/components/status.js