X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e206dd527ef7c6d1829f131533d722e536e4bfb5..dc60d78cdabc06b3c2fe8cb923125a01fa6b3da6:/app/controllers/notes_controller.rb diff --git a/app/controllers/notes_controller.rb b/app/controllers/notes_controller.rb index 5d817c9c6..fbeb01b76 100644 --- a/app/controllers/notes_controller.rb +++ b/app/controllers/notes_controller.rb @@ -43,7 +43,7 @@ class NotesController < ApplicationController @note_includes_anonymous = @note.author.nil? || @note_comments.find { |comment| comment.author.nil? } - @note_comments = @note_comments.drop(1) if @note.author.nil? || @note.author.active? + @note_comments = @note_comments.drop(1) if @note_comments.first&.event == "opened" rescue ActiveRecord::RecordNotFound render :template => "browse/not_found", :status => :not_found end