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

Email notifs need to include proper placeholder avatars #429

Open
ara4n opened this issue May 31, 2016 · 6 comments
Open

Email notifs need to include proper placeholder avatars #429

ara4n opened this issue May 31, 2016 · 6 comments
Labels
A-Avatar O-Occasional Affects or can be seen by some users regularly or most users rarely S-Tolerable Low/no impact on users T-Defect Z-Synapse

Comments

@ara4n
Copy link
Member

ara4n commented May 31, 2016

i.e. server-side render of initial-on-background color

@ara4n ara4n added T-Defect P1 S-Tolerable Low/no impact on users labels May 31, 2016
@ara4n ara4n closed this as completed May 31, 2016
@ara4n ara4n reopened this May 31, 2016
@t3chguy
Copy link
Member

t3chguy commented Jul 18, 2017

/me watches this issue for use in riot-static also

@MadLittleMods
Copy link

MadLittleMods commented Sep 2, 2021

Current state of room avatar placeholders in emails:

Room for improvement here:

  • Groups and users without avatars get a "placeholder" avatar which is just a coloured circle. This doesn't seem to correspond to the colour of the circle seen in element
  • That circle doesn't have the letter like it does in element

-- @DMRobertson, matrix-org/synapse#1546 (comment)

@SimonBrandner SimonBrandner added O-Occasional Affects or can be seen by some users regularly or most users rarely and removed P1 labels Sep 2, 2021
@t3chguy t3chguy transferred this issue from element-hq/element-web Jun 13, 2022
@DMRobertson
Copy link

(should this be in synapse rather than element-meta?)

@t3chguy
Copy link
Member

t3chguy commented Jun 14, 2022

The synapse repo has a history of rejecting enhancement requests they do not internally deem beneficial to the repository, which may require more context from the Element Product team to push them through, so they live here until a team picks them up and drives them

(edited to clarify the wording)

@DMRobertson
Copy link

Oh I see: the point is that the circle's colour doesn't match that which Element uses. (I thought the complaint was "no text at all")

@DMRobertson
Copy link

DMRobertson commented Jun 28, 2022

At the moment these circles are plain <img>s, see https://github.com/matrix-org/synapse/blob/c356b4bf422430cd5769c9bf90756fca2efd8451/synapse/res/templates/room.html#L6-L14

I'm not sure how easy it is to render text atop the images.

A block-display element with border-radius set would be ideal for drawing a circle, but it's not clear how well-supported border-radius is in email clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Avatar O-Occasional Affects or can be seen by some users regularly or most users rarely S-Tolerable Low/no impact on users T-Defect Z-Synapse
Projects
None yet
Development

No branches or pull requests

6 participants