diff options
author | Erik Johnston <erik@matrix.org> | 2022-12-09 09:37:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 09:37:07 +0000 |
commit | c2de2ca63060324cf2f80ddf3289b0fd7a4d861b (patch) | |
tree | 45763f94a05396e425d3ff0de9b8938a7e9af43d /changelog.d | |
parent | Fix html templates to load images only on HTTPS (#14625) (diff) | |
download | synapse-c2de2ca63060324cf2f80ddf3289b0fd7a4d861b.tar.xz |
Delete stale non-e2e devices for users, take 2 (#14595)
This should help reduce the number of devices e.g. simple bots the repeatedly login rack up. We only delete non-e2e devices as they should be safe to delete, whereas if we delete e2e devices for a user we may accidentally break their ability to receive e2e keys for a message.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14595.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14595.misc b/changelog.d/14595.misc new file mode 100644 index 0000000000..f9bfc581ad --- /dev/null +++ b/changelog.d/14595.misc @@ -0,0 +1 @@ +Prune user's old devices on login if they have too many. |