Skip to content

Fixes to MR!8: status threads and some minor issues that caused JS errors in the console.

An Darna requested to merge andarna/mastofe:fixes-to-MR8 into master

Fixes to the changes introduced in MR!8, in particular status threads work now correctly again. Most of the fixes are by reverting to the older version.

The reverted files are: app/javascript/mastodon/features/status/index.js app/javascript/mastodon/reducers/contexts.js app/javascript/mastodon/service_worker/entry.js

The minor changes are in: app/javascript/mastodon/actions/push_notifications/registerer.js (check for null) app/javascript/mastodon/api.js (check for null) app/javascript/mastodon/features/account/components/header.js (no badges/fields) app/javascript/mastodon/features/ui/index.js (commented out some kbd shortcuts)

I've tested this in Firefox 60.0.1, Brave 0.22.721 and Chromium 69.0.3449.0

Merge request reports