element-hq / element-hq/element-web
Exclude member display name changes form default push rules
- Dominant language
- TypeScript
- Stars
- 13.5k
- Forks
- 2.8k
- PR merge metrics
- PR metrics pending
Description
### Your use case
In EW we currently do a workaround to not mark rooms as notified if they have a member display name change.
The push action from such an even is however sending a type `Notify`!
This means that other clients that do not include this custom behaviour to silence this particular `Notify` push action will end up marking rooms as unread.
The easy fix is: turn of: `New room activity, upgrades and status messages occur` in EW.
But I would like to be notified about room name changes just not about display name changes.
So I propose to change the configuration that is set when activating `New room activity, upgrades and status messages occur` to not include display name changes.
Context: https://github.com/matrix-org/matrix-rust-sdk/pull/4076#issuecomment-2402161102
### Have you considered any alternatives?
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.