diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-09 22:26:25 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-09 22:26:25 +1100 |
commit | 7960c26fda8dd8d2d1333b45ef4f5c644930a619 (patch) | |
tree | d09679aa5c1e399964811f5f8e5edf54bc15818a /changelog.d | |
parent | Merge pull request #4362 from matrix-org/erikj/better_errors (diff) | |
download | synapse-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.bugfix | 1 |
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. |