mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
Why this change? This is a regression from introduced in 5c1147adf3339c89a3ccb69839b4a4c5fd75a2ab where dismissing unread topics was changing the notification level of the topics instead of just dismissing the unread posts. What does this change do? 1. Bring back the previous implementation of the action 2. Fix the system test that was supposed to catch the problem but did not.