0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-09 04:38:57 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Patrick Cloke a481fb9f98
Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040)
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.
2023-02-10 08:09:47 -05:00