summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-01-09 22:26:25 +1100
committerGitHub <noreply@github.com>2019-01-09 22:26:25 +1100
commit7960c26fda8dd8d2d1333b45ef4f5c644930a619 (patch)
treed09679aa5c1e399964811f5f8e5edf54bc15818a /changelog.d
parentMerge pull request #4362 from matrix-org/erikj/better_errors (diff)
downloadsynapse-7960c26fda8dd8d2d1333b45ef4f5c644930a619.tar.xz
Fix adding new rows instead of updating them if one of the key values is a NULL in upserts. (#4369)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4369.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4369.bugfix b/changelog.d/4369.bugfix
new file mode 100644
index 0000000000..a78d557932
--- /dev/null
+++ b/changelog.d/4369.bugfix
@@ -0,0 +1 @@
+Prevent users with access tokens predating the introduction of device IDs from creating spurious entries in the user_ips table.