Joshua Wehner
Joshua Wehner
For whoever picks this up, it's worth noting that https://github.com/forem/forem/issues/20090 is implementing the _filter_ that's powered by this setting, this issue is _only_ working on the settings UI.
Just to be sure I understand this: If a user has set `languages A, B, and C`, and the Forem instance has default language `D`, the user will see content...
I tried and only saw this _sometimes_, so I dug in a bit. The `welcome_thread` controller tries to redirect to the article's `path`, but it's only set by `set_caches` on...
@zhangted Just to be clear, it's not really a caching issue, there is a method involved that _happens_ to have the name `set_caches`, but it's not _really_ "caching". I still...