mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06: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