summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorValentin Anger <valentin.an.1999@gmail.com>2019-02-08 21:09:56 +0000
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-02-08 21:09:56 +0000
commit2dc2b6e9f1b85163c8ebf4d9062253a54d531f1e (patch)
tree845b6487c2ec7796773d340b1500ab4b3697ae5c /changelog.d
parentFix 'no unique or exclusion constraint' error (#4591) (diff)
downloadsynapse-2dc2b6e9f1b85163c8ebf4d9062253a54d531f1e.tar.xz
Allow "unavailable" presence status for /sync (#4592)
* Allow "unavailable" presence status for /sync

Closes #3772, closes #3779

Signed-off-by: Valentin Anger <valentin.an.1999@gmail.com>

* Add changelog for PR 4592
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4592.feature2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/4592.feature b/changelog.d/4592.feature
new file mode 100644
index 0000000000..112005ded4
--- /dev/null
+++ b/changelog.d/4592.feature
@@ -0,0 +1,2 @@
+Allow the "unavailable" presence status for /sync.
+This change makes Synapse compliant with r0.4.0 of the Client-Server specification.