-
Notifications
You must be signed in to change notification settings - Fork 412
MSC4140: finalised delayed events, and more #19038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from 9 commits
4fd17d4
bc0e1a3
4a7e78c
99f8501
96ed87a
2ec54e4
048508c
095eda4
5cd80ed
11c79c2
d2aba30
e5bef01
6a5369b
9a345ce
98fa5aa
25ca333
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add more support for MSC4140, namely the ability to inspect sent, cancelled, or failed delayed events, aka "finalised" delayed events. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are there Complement changes to go along with this? I see some There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
No, not yet. I'll add some soon.
That's an unrelated failure, which has been flaky for a frustratingly long time. Maybe now is a good time to try to tackle it again. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It doesn't seem flaky. It's failed all 3 times for both SQLite and Postgres. And it's only |
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For my own reference, what is delayed events being used for?
I thought this was related to VoIP stuff (calls) and the new meta is with sticky events.
Are delayed events going to be deprecated in favor of sticky events?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sticky events are replacing not delayed events, but "owned state" i.e. MSC3757 / MSC3779.
Delayed events are still going to be used by MatrixRTC for scheduling cancellable "leave" events for disconnected clients.
https://github.com/matrix-org/matrix-spec-proposals/blob/toger5/matrixRTC/proposals/4143-matrix-rtc.md#dependencies