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
unarist c6db416ff7 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.
8 years ago
..
assets/stylesheets
controllers More use of next link header on account (media) timelines (#3311) 8 years ago
helpers
javascript Fix "Cannot read property" on missing status (#3322) 8 years ago
lib Refactor Setting (#3302) 8 years ago
mailers
models Remove arguments in association reader (#3305) 8 years ago
presenters
services don't notify me when my toot is faved by someone i muted (#3245) 8 years ago
validators
views Add localization of datetime in public page (#3296) 8 years ago
workers