summary refs log tree commit diff
path: root/changelog.d/15040.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040)Patrick Cloke2023-02-101-0/+1
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.