Implement support for MSC4140: Cancellable delayed events #903
Labels
No labels
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#903
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/matrix-org/matrix-spec-proposals/pull/4140
This MSC allows clients to schedule events by offloading the wait to the server. It also allows that event to be cancelled in future.
This feature is used by Element Call in order to reliably un-stuck calls in the event a client disconnects before it can send the leave call payload. It could also have interesting implications for reminder bots and such.
@utop-top wrote in #903 (comment):
Element X receiving delayed notifications is a separate issue, this is a feature proposal to improve things like Element Call. If you're having issues with Element X, feel free to open a different issue with some more info
@utop-top that's unrelated to this feature.
I think this feature is important. Without it, element-call cannot work and continuwuity becomes a semi-finished product with only text messaging function but no voice or video function.
Any news?
This issue has been sitting around for a while. I'm going to implement it unless anyone objects.