summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNick Mills-Barrett <nick@beeper.com>2022-08-31 12:19:39 +0100
committerGitHub <noreply@github.com>2022-08-31 12:19:39 +0100
commit42b11d5565ed026c7d71f433c69e7b7007f45918 (patch)
treec9d80874d44de85451f15af80c350fe118b913c3 /changelog.d
parentGeneralise the `@cancellable` annotation so it can be used on functions other... (diff)
downloadsynapse-42b11d5565ed026c7d71f433c69e7b7007f45918.tar.xz
Remove cached wrap on `_get_joined_users_from_context` method (#13569)
The method doesn't actually do any data fetching and the method that
does, `_get_joined_profile_from_event_id`, has its own cache.

Signed off by Nick @ Beeper (@Fizzadar).
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13569.removal1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13569.removal b/changelog.d/13569.removal
new file mode 100644
index 0000000000..af9d407671
--- /dev/null
+++ b/changelog.d/13569.removal
@@ -0,0 +1 @@
+Remove redundant `_get_joined_users_from_context` cache. Contributed by Nick @ Beeper (@fizzadar).