forked-synapse/changelog.d/13569.removal
Nick Mills-Barrett 42b11d5565
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).
2022-08-31 12:19:39 +01:00

2 lines
99 B
Plaintext

Remove redundant `_get_joined_users_from_context` cache. Contributed by Nick @ Beeper (@fizzadar).