-
-
Notifications
You must be signed in to change notification settings - Fork 20
Support sending sticky events (MSC4354) #152
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
Conversation
BillCarsonFr
left a comment
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.
I have some questions
| parent_delay_id?: string; // eslint-disable-line camelcase | ||
|
|
||
| // MSC4354SendStickyEvent | ||
| sticky_duration_ms?: number; |
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.
this has no dev id prefix ?
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.
I didn't want to include one for the API, seeing as we didn't for delayed events?
|



Hopefully not too invasive on top of the existing APIs. Still needs tests.