mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:09:18 +08:00
Fix the 'posted' view
Now is actually topics that you have posted in - previously, it was all topics you had tracked, starred, posted, read, .... No clue how that came about.
This commit is contained in:
parent
956b14a4ab
commit
86fe11b277
|
@ -81,7 +81,7 @@ class TopicQuery
|
|||
end
|
||||
|
||||
def list_posted
|
||||
create_list(:posted) {|l| l.where('tu.user_id IS NOT NULL') }
|
||||
create_list(:posted) {|l| l.where('tu.posted') }
|
||||
end
|
||||
|
||||
def list_top_for(period)
|
||||
|
|
Loading…
Reference in New Issue
Block a user