diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-11-19 12:55:25 -0600 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-11-19 12:55:25 -0600 |
commit | 31425d82a38066355c313d0d81b8e10159c73f61 (patch) | |
tree | 87f7c7a7348b37e6244b1a10a75777ee2e022966 /changelog.d/4127.bugfix | |
parent | Fix fallback auth on Python 3 (#4197) (diff) | |
parent | Merge tag 'v0.33.9' (diff) | |
download | synapse-31425d82a38066355c313d0d81b8e10159c73f61.tar.xz |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'changelog.d/4127.bugfix')
-rw-r--r-- | changelog.d/4127.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/4127.bugfix b/changelog.d/4127.bugfix deleted file mode 100644 index 0701d2ceaa..0000000000 --- a/changelog.d/4127.bugfix +++ /dev/null @@ -1 +0,0 @@ -If the typing stream ID goes backwards (as on a worker when the master restarts), the worker's typing handler will no longer erroneously report rooms containing new typing events. |