Pinned event changes not showing up in the room timeline #28091
Closed as not planned
Description
Steps to reproduce
- Have a room with some pinned messages
- Unpin the messages
- Don't see the
m.room.pinned_events
rendered in the timeline in any way (even if "Show hidden timeline events" is enabled)
Outcome
What did you expect?
To see the m.room.pinned_events
state event rendered in the timeline as "@user:domain unpinned a room message." or similar. This is a supported feature, but there appears to be a bug preventing it from appearing.
What happened instead?
No mention of pinned messages in the timeline. However I can see the m.room.pinned_events
state events in /devtools
, and there are no pinned messages being shown in the room's UI. So my client definitely received the state events.
I've included some additional details (room ID, state event IDs) in the associated rageshake.
Operating system
NixOS Linux
Application version
Element version: 1.11.77 Crypto version: Rust SDK 0.7.1 (c8c9d15), Vodozemac 0.6.0
How did you install the app?
From https://github.com/NixOS/nixpkgs/
Homeserver
element.io
Will you send logs?
Yes