diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-08-15 09:33:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 09:33:17 -0400 |
commit | 46bd7f4ed9020bbed459c03a11c26d7f7c3093b0 (patch) | |
tree | 7e10433b52e7a452674895daac245e98f62e226a /changelog.d | |
parent | Update locked versions of mypy and mypy-zope (#13521) (diff) | |
download | synapse-46bd7f4ed9020bbed459c03a11c26d7f7c3093b0.tar.xz |
Clarifications for event push action processing. (#13485)
* Clarifies comments. * Fixes an erroneous comment (about return type) added in #13455 (ec24813220f9d54108924dc04aecd24555277b99). * Clarifies the name of a variable. * Simplifies logic of pulling out the latest join for the requesting user.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13485.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13485.misc b/changelog.d/13485.misc new file mode 100644 index 0000000000..c75712b9ff --- /dev/null +++ b/changelog.d/13485.misc @@ -0,0 +1 @@ +Add comments about how event push actions are rotated. |