[openstreetmap/openstreetmap-website] Use RichText for changeset comments (PR #6597)

Marwin Hochfelsner notifications at github.com
Wed Dec 10 13:47:27 UTC 2025


@hlfan commented on this pull request.



> @@ -25,7 +25,7 @@ atom_feed(:language => I18n.locale, :schema_date => 2009,
                  :type => "application/osmChange+xml"
 
       if !changeset.tags.empty? && changeset.tags.key?("comment")

How about no additional API change?
```suggestion
      if changeset.comment.present?
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6597#discussion_r2606728896
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6597/review/3562631361 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251210/fcafbf5e/attachment.htm>


More information about the rails-dev mailing list