diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-18 16:13:30 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-18 16:13:30 +0000 |
commit | 0ceea151731afb20223df0c59252fdac997bfcbf (patch) | |
tree | 25c2ffdb31c58c76d7b222aba4eea677da9a6f9b /changelog.d | |
parent | Make numeric user_id checker start at @0, and don't ratelimit on checking (#6... (diff) | |
parent | Fix LruCache callback deduplication (#6213) (diff) | |
download | synapse-0ceea151731afb20223df0c59252fdac997bfcbf.tar.xz |
Fix LruCache callback deduplication (#6213)
* commit 'affcc2cc3': Fix LruCache callback deduplication (#6213)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6213.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6213.bugfix b/changelog.d/6213.bugfix new file mode 100644 index 0000000000..072264fba3 --- /dev/null +++ b/changelog.d/6213.bugfix @@ -0,0 +1 @@ +Fix LruCache callback deduplication. |