-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Description
Now that the initial PR is merged, here is an incomplete list of things we don't have yet in the timeline API, that we need to implement before calling it complete, in no particular order:
- Messages
- Add unable-to-decrypt timeline item support #1140
- Retry decryption of UTD timeline items #1215
- High-level replied-to event / timeline item model (currently we just tell ppl. the event ID)
- Raw JSON of edits
- Raw JSON before decryption? (first has to be added to
EncryptionInfo
, I think) - Allow adding a reaction to a local echo of a message #2127
- Editing local echoes
- Local echo for editing
- Make sure editing a reply works right
- Extensible message events
- State events
- General event-item related bits
- Add FailedToParse timeline items #1224
- fix(sdk): Respect server ordering for remote echoes #1393
- feat(sdk):
LocalEventTimelineItem
has a newsend_state
field #1419 — An error state for local echo items that failed to send - Update timeline when members are synced #1406
- Expose event sending errors through timeline item #1423
- Update sender display names on ambiguity change
- "Raw" timeline item for unsupported events
- "Raw" timeline item for events that got aggregated into an existing timeline item
- Virtual timeline items
- Make timeline pagination more flexible and smarter #1327
- Read markers for other people
- Creating a timeline from a specific point in the history
- Timeline size control (unload items far out of view)
- Forwards pagination
- Storing timelines on disk