diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-07 08:58:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 08:58:21 -0400 |
commit | b460a088c647a6d3ea0e5a9f4f80d86bb9e303b3 (patch) | |
tree | 8fe8e12f5c0837ffd20bba15f7e0a0b140d2799f /changelog.d | |
parent | Fix returning incorrect prev_batch token in incremental sync (#8486) (diff) | |
download | synapse-b460a088c647a6d3ea0e5a9f4f80d86bb9e303b3.tar.xz |
Add typing information to the device handler. (#8407)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8407.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8407.misc b/changelog.d/8407.misc new file mode 100644 index 0000000000..d37002d75b --- /dev/null +++ b/changelog.d/8407.misc @@ -0,0 +1 @@ +Add typing information to the device handler. |