mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
correct regression
This commit is contained in:
parent
9d925f6b26
commit
dee498a281
|
@ -377,7 +377,7 @@ class TopicView
|
|||
@unfiltered_post_ids ||=
|
||||
begin
|
||||
if @contains_gaps
|
||||
unfiltered_post.pluck(:id)
|
||||
unfiltered_posts.pluck(:id)
|
||||
else
|
||||
filtered_post_ids
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user