summary refs log tree commit diff
path: root/changelog.d/10970.misc
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2021-10-12 11:24:05 +0100
committerGitHub <noreply@github.com>2021-10-12 11:24:05 +0100
commitb8b905c4ea8a0d922d34d469f7d220f53def1b53 (patch)
treea3d209e24324f9eed6f491afe321ff4482d0678e /changelog.d/10970.misc
parentFix opentracing and Prometheus metrics for replication requests (#10996) (diff)
downloadsynapse-b8b905c4ea8a0d922d34d469f7d220f53def1b53.tar.xz
Fix inconsistent behavior of `get_last_client_by_ip` (#10970)
Make `get_last_client_by_ip` return the same dictionary structure
regardless of whether the data has been persisted to the database.

This change will allow slightly cleaner type hints to be applied later
on.
Diffstat (limited to 'changelog.d/10970.misc')
-rw-r--r--changelog.d/10970.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10970.misc b/changelog.d/10970.misc
new file mode 100644
index 0000000000..bb75ea79a6
--- /dev/null
+++ b/changelog.d/10970.misc
@@ -0,0 +1 @@
+Fix inconsistent behavior of `get_last_client_by_ip` when reporting data that has not been stored in the database yet.