More notes

This commit is contained in:
Till Faelligen 2024-12-18 09:35:45 +01:00
parent 5ac48299bb
commit a3d17cf69b
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -22,7 +22,8 @@ It also improves performance and memory usage.
- Correctly respond to `OPTIONS` requests on authed media endpoints (contributed by [arenekosreal](https://github.com/arenekosreal)) - Correctly respond to `OPTIONS` requests on authed media endpoints (contributed by [arenekosreal](https://github.com/arenekosreal))
- A long-standing bug which could lead to state resets has been fixed (contributed by [neilalexander](https://github.com/neilalexander)) - A long-standing bug which could lead to state resets has been fixed (contributed by [neilalexander](https://github.com/neilalexander))
- Note: While state resets should happen less frequently, they are still part of the Matrix protocol, so they are not entirely fixed - Note: While state resets should happen less frequently, they are still part of the Matrix protocol, so they are not entirely fixed.
- Also, rooms which have been utterly broken may take some time to reconcile, it may be worth to leave, purge and rejoin such rooms.
### ###