mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-03-07 08:25:51 -05:00

The previous version of the code could mutate a cached value, but only if the input requested all devices of a user *and* a specific device. To avoid this nonsensical situation we no longer fetch a specific device ID if all of a user's devices are returned.
2 lines
64 B
Plaintext
2 lines
64 B
Plaintext
Avoid mutating a cached value in `get_user_devices_from_cache`.
|