diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-05 10:53:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 10:53:15 -0500 |
commit | 37eaf9c27271197320d4bedcceaf58d746935e53 (patch) | |
tree | 4758ca9622e660351b56f7c6e47bacbd39550faf /changelog.d | |
parent | Add type hints to the receipts and user directory handlers. (#8976) (diff) | |
download | synapse-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.misc | 1 |
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. |