diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-05-15 11:44:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 11:44:00 +0100 |
commit | 02d97fc3baa8056c7ef823f98d114e307979d9cc (patch) | |
tree | 84ed79f5b2d286add86585a304ccfcb2973694b9 /changelog.d | |
parent | Strictly enforce canonicaljson requirements in a new room version (#7381) (diff) | |
download | synapse-02d97fc3baa8056c7ef823f98d114e307979d9cc.tar.xz |
Ignore incoming presence updates when presence is disabled (#7508)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7508.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7508.bugfix b/changelog.d/7508.bugfix new file mode 100644 index 0000000000..c78e77c631 --- /dev/null +++ b/changelog.d/7508.bugfix @@ -0,0 +1 @@ +Ignore incoming presence events from other homeservers if presence is disabled locally. \ No newline at end of file |