summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-05 10:53:15 -0500
committerGitHub <noreply@github.com>2021-01-05 10:53:15 -0500
commit37eaf9c27271197320d4bedcceaf58d746935e53 (patch)
tree4758ca9622e660351b56f7c6e47bacbd39550faf /changelog.d
parentAdd type hints to the receipts and user directory handlers. (#8976) (diff)
downloadsynapse-37eaf9c27271197320d4bedcceaf58d746935e53.tar.xz
Fix-up assertions about last stream token in push (#9020)
The last stream token is always known and we do not need to handle none.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9020.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9020.misc b/changelog.d/9020.misc
new file mode 100644
index 0000000000..4ff0b94b94
--- /dev/null
+++ b/changelog.d/9020.misc
@@ -0,0 +1 @@
+Add type hints to push module.