diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-15 10:41:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 10:41:34 -0500 |
commit | b3a4b53587108af7c58acc45a0441304689f3ac9 (patch) | |
tree | 6819625f82aac67a79203c16fb52aa13cb72a469 /changelog.d | |
parent | Fix startup failure with localdb_enabled: False (#8937) (diff) | |
download | synapse-b3a4b53587108af7c58acc45a0441304689f3ac9.tar.xz |
Fix handling of stream tokens for push. (#8943)
Removes faulty assertions and fixes the logic to ensure the max stream token is always set.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8943.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8943.misc b/changelog.d/8943.misc new file mode 100644 index 0000000000..4ff0b94b94 --- /dev/null +++ b/changelog.d/8943.misc @@ -0,0 +1 @@ +Add type hints to push module. |