Mute `default_categories_muted` for anonymous users

FEATURE: remove support for 'suppress_from_latest' category setting. by vinothkannans · Pull Request #8308 · discourse/discourse · GitHub removes the per-category suppress_from_latest setting, migrating these settings into the default_categories_muted setting. This works well for logged in users, however it doesn’t cover logged-out users, at least in my testing:

You’ll see posts from the “Off-Topic” and “Sessions” categories, which are in default_categories_muted, if you’re logged out: https://discourse-staging.itsre-apps.mozit.cloud/latest

This is a regression from the suppress_from_latest category setting, so it would be great to have it re-implemented.

6 个赞

It should be resolved in the commit below

6 个赞

Thanks! This is working now

6 个赞