mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 10:24:42 +08:00
FEATURE: filter personal messages by tags
This commit is contained in:
@ -32,7 +32,8 @@ class TopicQuery
|
||||
match_all_tags
|
||||
no_subcategories
|
||||
slow_platform
|
||||
no_tags)
|
||||
no_tags
|
||||
show_pm_tags)
|
||||
end
|
||||
|
||||
def self.valid_options
|
||||
|
Reference in New Issue
Block a user