diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-09-14 11:52:19 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-09-14 11:52:19 +0100 |
commit | 814b4be08e49a2bc92a7b18e172b57c564127009 (patch) | |
tree | c014aec903c730bb3311f7c4f7756c5b995d4e3d | |
parent | update wording (diff) | |
download | synapse-814b4be08e49a2bc92a7b18e172b57c564127009.tar.xz |
update changelog wording
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 6aad505ff1..1534e4f76d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,7 +17,7 @@ Bugfixes -------- - Fix a long-standing bug where room avatars were not included in email notifications. ([\#10658](https://github.com/matrix-org/synapse/issues/10658)) -- Added opentracing logging to help debug #9424. ([\#10704](https://github.com/matrix-org/synapse/issues/10704)) +- Added opentracing logging to help debug stuck messages (as described by issue [#9424](https://github.com/matrix-org/synapse/issues/9424)). ([\#10704](https://github.com/matrix-org/synapse/issues/10704)) - Fix a bug where the ordering algorithm was skipping the `origin_server_ts` step in the spaces summary resulting in unstable room orderings. ([\#10730](https://github.com/matrix-org/synapse/issues/10730)) - Allow user registration via SSO to require consent tracking for SSO mapping providers that don't prompt for Matrix ID selection. Contributed by @AndrewFerr. ([\#10733](https://github.com/matrix-org/synapse/issues/10733)) - Fix edge case when persisting events into a room where there are multiple events we previously hadn't calculated auth chains for (and hadn't marked as needing to be calculated). ([\#10743](https://github.com/matrix-org/synapse/issues/10743)) |