diff options
author | Valentin Anger <valentin.an.1999@gmail.com> | 2019-02-08 21:09:56 +0000 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-08 21:09:56 +0000 |
commit | 2dc2b6e9f1b85163c8ebf4d9062253a54d531f1e (patch) | |
tree | 845b6487c2ec7796773d340b1500ab4b3697ae5c /changelog.d | |
parent | Fix 'no unique or exclusion constraint' error (#4591) (diff) | |
download | synapse-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.feature | 2 |
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. |