mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Ensure we do not respect max_tags_in_filter_list when showing the list of PM tags. This filter is used on a full page view and there is not point limiting it to a small number. The expectation is that PM tags are very rarely used, so a hard limit of 1000 should be safe for now.