mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FEATURE: filter personal messages by tags
This commit is contained in:
parent
4132c37add
commit
c29660c8f1
11 changed files with 109 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue