summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2021-11-01 11:20:54 +0000
committerGitHub <noreply@github.com>2021-11-01 11:20:54 +0000
commit2451003f6fff3dbea8e0e5c8bf6a91ed26c97cb7 (patch)
treec7700f72b098a991df5e46f0c94718cb57394c25 /changelog.d
parentStop synapse from saving messages in device_inbox for hidden devices. (#10097) (diff)
downloadsynapse-2451003f6fff3dbea8e0e5c8bf6a91ed26c97cb7.tar.xz
Test that `ClientIpStore` combines database and in-memory data correctly (#11179)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11179.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11179.misc b/changelog.d/11179.misc
new file mode 100644
index 0000000000..aded2e8367
--- /dev/null
+++ b/changelog.d/11179.misc
@@ -0,0 +1 @@
+Add tests to check that `ClientIpStore.get_last_client_ip_by_device` and `get_user_ip_and_agents` combine database and in-memory data correctly.