mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Always include the first poster when converting to PM (#16187)
Regressed in #15626
This commit is contained in:
@@ -63,7 +63,7 @@ class TopicConverter
|
||||
private
|
||||
|
||||
def posters
|
||||
@posters ||= @topic.posts.where("post_number > 1").distinct.pluck(:user_id)
|
||||
@posters ||= @topic.posts.distinct.pluck(:user_id)
|
||||
end
|
||||
|
||||
def increment_users_post_count
|
||||
|
||||
Reference in New Issue
Block a user