Andrew Ferrazzutti
|
51df675c05
|
MSC4140: don't cancel delayed state on own state (#17810)
When a user sends a state event, do not cancel their own delayed events
for the same piece of state.
For context, see [the relevant section in the
MSC](a09a883d9a/proposals/4140-delayed-events-futures.md (delayed-state-events-are-cancelled-by-a-more-recent-state-event) ).
|
2025-03-17 16:21:45 +00:00 |
|
Andrew Ferrazzutti
|
fbb21b29bb
|
Define delayed event ratelimit category (#18019)
Apply ratelimiting on delayed event management separately from messages.
### Pull Request Checklist
<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->
* [x] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
- Use markdown where necessary, mostly for `code blocks`.
- End with either a period (.) or an exclamation mark (!).
- Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [ ] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
---------
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
|
2025-02-25 17:22:01 +00:00 |
|
Andrew Ferrazzutti
|
006251a5d0
|
Add missing license header (#17799)
Co-authored-by: Erik Johnston <erik@matrix.org>
|
2024-10-08 12:01:44 +01:00 |
|
Andrew Ferrazzutti
|
9920417723
|
Don't say MSC4140 is supported when it's disabled (#17780)
|
2024-10-04 13:42:34 +01:00 |
|
Andrew Ferrazzutti
|
5173741c71
|
Support MSC4140: Delayed events (Futures) (#17326)
|
2024-09-23 13:33:48 +01:00 |
|