Skip to content

Show virtualUser in unread email notifications (and flair)

Eric Eastwood requested to merge 2621-virtualUsers-in-unread-emails into develop

Show virtualUser in unread email notifications instead of bridging user.

Fix #2621 (closed)

Avatars don't work on local dev:

Dev notes

Other MR's where we touched emails:


Testing strategy

  1. Add Amazon SES secrets to your .env, https://gitlab.com/gl-gitter/secrets/-/blob/master/webapp/prod#L9-10
    • amazonses__accessKeyId
    • amazonses__secretAccessKey
  2. Setup a room with some Matrix virtualUser messages
  3. node .\scripts\utils\send-unread-notification-email.js --username MadLittleMods --room-uri MadLittleMods/postcss-css-variables --dummy=false

Todo

Edited by Eric Eastwood

Merge request reports