discourse/plugins/discourse-ai/assets
Natalie Tay 736f23173e
FIX: User options take precedence over show-original anon cookie (#39520)
Repro:
  1. anonymous user browsing
  2. sets content language switcher to "Japanese"
  3. sees japanese
  4. clicks on "show original" in the post
  5. sees original
  6. logs in to their account
7. (their account should see Japanese - UNCHECKED user pref "Show
original content instead of translated content.")
  8. BUG: but they see original because of the anon cookie
  
This PR fixes the bug by only using the user option if they're logged
in.
2026-04-25 00:44:20 +08:00
..
javascripts FIX: User options take precedence over show-original anon cookie (#39520) 2026-04-25 00:44:20 +08:00
stylesheets FEATURE: Also allow users to choose categories on the ai-translations 'wizard' (#39420) 2026-04-22 01:50:59 +08:00