Openstreetmap-website: Many repeated links in Changeset comment notifications

Created on 26 Sep 2019  路  2Comments  路  Source: openstreetmap/openstreetmap-website

Examining an average changeset comment notification,

From: OpenStreetMap <[email protected]>
Subject: [OpenStreetMap] Supaplex has commented on one of your changesets

The HTML portion has many repeated links,

$ mech-dump --links x.html | sort | uniq -c | sort -nr
      3 https://www.openstreetmap.org/
      2 https://www.openstreetmap.org/user/Supaplex
      2 https://www.openstreetmap.org/changeset/74881499
      1 https://osmcha.mapbox.com/changesets/74881499

Perhaps each should just be given once.

Most helpful comment

Why does it matter? Why shouldn't each reference to something be a link to it? It seems entirely harmless to me.

All 2 comments

Why does it matter? Why shouldn't each reference to something be a link to it? It seems entirely harmless to me.

So let's close it as won't fix.

Was this page helpful?
0 / 5 - 0 ratings