Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove images from message notification e-mails. #17598

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

reivilibre
Copy link
Contributor

@reivilibre reivilibre commented Aug 22, 2024

Having these images here has been a liability because it gives cause for complaints about the e-mails,
which then affects our sender reputation.

These images will also be broken by the upcoming media authentication changes, so there's little point in keeping them around either.

Base: develop

Original commit schedule, with full messages:

  1. Remove images from message notification e-mails

  2. Remove room avatars from message notification e-mails

@reivilibre reivilibre marked this pull request as ready for review August 22, 2024 14:04
@reivilibre reivilibre requested a review from a team as a code owner August 22, 2024 14:04
Copy link
Member

@anoadragon453 anoadragon453 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have a before/after image of what this change looks like?

@@ -1,19 +1,6 @@
{%- for message in notif.messages %}
<tr class="{{ "historical_message" if message.is_historical else "message" }}">
<td class="sender_avatar">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove this column entirely?

@@ -1,17 +1,6 @@
<table class="room">
<tr class="room_header">
<td class="room_avatar">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants