In the email notification, links for multiple posts are not clickable
📜 Description
In the email notification, the links for multiple posts are not clickable because they are not <a> tags. They are rendered as plain text, separated by a comma, which gets rendered as a single link that is not clickable.
👟 Reproduction steps
- Enable email notifications.
- Create a scheduled entry for Reddit that is posted to multiple sub-reddits.
- Trigger a posting using the "Post Now" option.
- The email notification lists the links to the posts in multiple sub-reddits.
- But these links are not <a> tags. They are in plaintext, that is run together with a comma as a separator.
- This gets rendered as a single link that is not a valid URL, and therefore not clickable.
👍 Expected behavior
Each link should be rendered as a <a> html tag, or use space as a separator so that the browser renders them as two separate clickable links.
👎 Actual Behavior with Screenshots
Following is an excerpt from the html email that lists the links to the posts. The links are not <a> tags. They are plaintext separated by a comma. The browser renders them as a single link, which is not clickable.
Your post has been published on Reddit at https://www.reddi=
t.com/r/EMDR/comments/1kc6yal/free_emdr_app/,https://www.reddit.com/r/EMDRt=
herapist/comments/1kc6ydm/free_emdr_app/
💻 Operating system
Linux
🤖 Node Version
v20.17.0
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
- [x] I checked and didn't find similar issue
Are you willing to submit PR?
None
This issue is stale because it has been open for 90 days with no activity.
Any resolution on this?
This issue is stale because it has been open for 90 days with no activity.
Any resolution on this?