summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2020-11-22 00:30:13 +0000
committerMatthew Hodgson <matthew@matrix.org>2020-11-22 00:30:13 +0000
commit476b8c0ae6f5a7cfb9b3d74bafa2886a3337d940 (patch)
treefd8ceca00524c9d15d1a4ede6156ab4eed7722d7
parentfix ancient changelog to be MD (diff)
downloadsynapse-476b8c0ae6f5a7cfb9b3d74bafa2886a3337d940.tar.xz
fix MD
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md

index 847c734c75..4237550818 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -6586,8 +6586,8 @@ Presence has been reenabled in this release. Homeserver: - Update client to server API, including: - - Use a more consistent url scheme. - - Provide more useful information in the initial sync api. + - Use a more consistent url scheme. + - Provide more useful information in the initial sync api. - Change the presence handling to be much more efficient. - Change the presence server to server API to not require explicit polling of all users who share a room with a user. - Fix races in the event streaming logic.