summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-08-04 15:24:44 -0400
committerGitHub <noreply@github.com>2022-08-04 19:24:44 +0000
commitec24813220f9d54108924dc04aecd24555277b99 (patch)
treed650ffd7fb05c5288090712c726fc0ec01dc3e5b /changelog.d
parentUpdate type of `EventContext.rejected` (#13460) (diff)
downloadsynapse-ec24813220f9d54108924dc04aecd24555277b99.tar.xz
Improve comments (& avoid a duplicate query) in push actions processing. (#13455)
* Adds docstrings and inline comments.
* Formats SQL queries using triple quoted strings.
* Minor formatting changes.
* Avoid fetching `event_push_summary_stream_ordering` multiple times
  in the same transactions.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13455.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13455.misc b/changelog.d/13455.misc
new file mode 100644
index 0000000000..17462c56f3
--- /dev/null
+++ b/changelog.d/13455.misc
@@ -0,0 +1 @@
+Add some comments about how event push actions are stored.