diff options
author | David Robertson <davidr@element.io> | 2021-12-02 20:58:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 20:58:32 +0000 |
commit | d26808dd854006bd26a2366c675428ce0737238c (patch) | |
tree | fe22756f8eef75a3393200bceca52632187a7a6d /changelog.d | |
parent | Clean up tests.storage.test_appservice (#11492) (diff) | |
download | synapse-d26808dd854006bd26a2366c675428ce0737238c.tar.xz |
Comments on the /sync tentacles (#11494)
This mainly consists of docstrings and inline comments. There are one or two type annotations and variable renames thrown in while I was here. Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11494.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11494.misc b/changelog.d/11494.misc new file mode 100644 index 0000000000..7afd7d3a07 --- /dev/null +++ b/changelog.d/11494.misc @@ -0,0 +1 @@ +Add comments to various parts of the `/sync` handler. \ No newline at end of file |