diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-11-16 15:25:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 15:25:35 +0000 |
commit | 618e4ab81b70e37bdb8e9224bd84fcfe4b15bdea (patch) | |
tree | ef808471ef6a1696a969a0a6191fe7fd95c9471e /changelog.d | |
parent | Remove redundant types from comments. (#14412) (diff) | |
download | synapse-618e4ab81b70e37bdb8e9224bd84fcfe4b15bdea.tar.xz |
Fix an invalid comparison of `UserPresenceState` to `str` (#14393)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14393.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14393.bugfix b/changelog.d/14393.bugfix new file mode 100644 index 0000000000..97177bc62f --- /dev/null +++ b/changelog.d/14393.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in 1.58.0 where a user with presence state 'org.matrix.msc3026.busy' would mistakenly be set to 'online' when calling `/sync` or `/events` on a worker process. \ No newline at end of file |