diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-07-13 13:23:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 13:23:16 -0400 |
commit | 1d5c80b16188c587427d663c3bec57e9c196dd1b (patch) | |
tree | e92bf886e44579a5f64d504728c677cb8a2d47f4 /changelog.d | |
parent | Add prometheus counters for content types other than events (#13175) (diff) | |
download | synapse-1d5c80b16188c587427d663c3bec57e9c196dd1b.tar.xz |
Reduce duplicate code in receipts servlets. (#13198)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13198.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13198.misc b/changelog.d/13198.misc new file mode 100644 index 0000000000..5aef2432df --- /dev/null +++ b/changelog.d/13198.misc @@ -0,0 +1 @@ +Refactor receipts servlet logic to avoid duplicated code. |