From a3d17cf69b03e9f67c0b04f2c42ee3675c325311 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:35:45 +0100 Subject: [PATCH] More notes --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 943c6e7d..a03e4dbe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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)) - 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. ###