Message Bookmarks — MSC4438
Tracking issue for the Message Bookmarks feature (MSC4438).
Bookmarks let you save individual messages for later access from a dedicated Bookmarks sidebar page, synced across all your devices via account data.
Implementation
- Bookmark items are stored as
org.matrix.msc4438.bookmark.<id> account data events
- A bookmark index is stored as
org.matrix.msc4438.bookmarks.index for fast lookup
- Bookmark IDs use a djb2-style hash of
"roomId|eventId" with a bmk_ prefix (matching the Cinny reference implementation for cross-client compatibility)
- Bookmarks are synced across devices via the account data mechanism
Feature Status
Currently experimental — enable via Settings → Experimental → Message Bookmarks (MSC4438).
Known Limitations / To-Do
Related
Message Bookmarks — MSC4438
Tracking issue for the Message Bookmarks feature (MSC4438).
Bookmarks let you save individual messages for later access from a dedicated Bookmarks sidebar page, synced across all your devices via account data.
Implementation
org.matrix.msc4438.bookmark.<id>account data eventsorg.matrix.msc4438.bookmarks.indexfor fast lookup"roomId|eventId"with abmk_prefix (matching the Cinny reference implementation for cross-client compatibility)Feature Status
Currently experimental — enable via Settings → Experimental → Message Bookmarks (MSC4438).
Known Limitations / To-Do
Related