mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00: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
|
end
|
||||||
|
|
||||||
def list_posted
|
def list_posted
|
||||||
create_list(:posted) {|l| l.where('tu.user_id IS NOT NULL') }
|
create_list(:posted) {|l| l.where('tu.posted') }
|
||||||
end
|
end
|
||||||
|
|
||||||
def list_top_for(period)
|
def list_top_for(period)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user