mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
a481fb9f98
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`.
|