diff options
author | V02460 <V02460@gmail.com> | 2019-11-07 10:43:51 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-11-07 09:43:51 +0000 |
commit | affcc2cc3655531351048a4ad8ac67e22d1e398d (patch) | |
tree | 54982812a3da8ead4948135e119106b591d2a455 /changelog.d | |
parent | Make numeric user_id checker start at @0, and don't ratelimit on checking (#6... (diff) | |
download | synapse-affcc2cc3655531351048a4ad8ac67e22d1e398d.tar.xz |
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. |