-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
A-DevTools/devtools, show hidden events, etc./devtools, show hidden events, etc.O-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-Defect
Description
Steps to reproduce
- Have two accounts in a room
- Leave the room with one account
- Inspect the leave event in devtools using the other account
- Notice how the event content contains
displayname
andavatar_url
- Query the room state via
/_matrix/client/v3/rooms/{roomId}/state
- Notice how the event content does not contain
displayname
andavatar_url


$ curl 'https://matrix-client.matrix.org/_matrix/client/v3/rooms/.../state/...' -H ...
{"membership":"leave"}
Outcome
What did you expect?
Devtools to reflect reality.
What happened instead?
Devtools lied to me.
Operating system
macOS
Browser information
Firefox 143.0.1
URL for webapp
Application version
Element version: 1.12.0 Crypto version: Rust SDK 0.14.0 (c3b7918), Vodozemac 0.9.0
Homeserver
matrix.org
Will you send logs?
No
Metadata
Metadata
Assignees
Labels
A-DevTools/devtools, show hidden events, etc./devtools, show hidden events, etc.O-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-Defect