@AntonKhorev commented on this pull request.
> def author_id
- comments.first.author_id
+ if user_ip.nil? && user_id.nil?
+ comments.first.author_id
+ else
+ user_id
+ end
end
Now you are revealing the true author as soon as migration happens, but not
before.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5511#discussion_r1923977398
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/5511/review/2565051...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev