mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This stops sync of tracking state when list is filtered, in the past this would cause the tracking state to go off wack. Additionally this introduces an alias for "filter=tracking", called "f=tracking" This was done cause the term "filter" is used internally in 2 different ways the main way is for /unread /new filtering. Trying to also call a query param "filter" causes enormous amounts of internal pain, this circumvents the issue.