god damnit why is this so fiddly

This commit is contained in:
Neil Alexander 2021-07-30 11:12:33 +01:00
parent e64f9860ec
commit 47233e19b8
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -416,7 +416,7 @@ func (a *KeyInternalAPI) queryRemoteKeysOnServer(
for userID, deviceIDs := range devKeys {
if len(deviceIDs) == 0 {
userIDsForAllDevices = append(userIDsForAllDevices, userID)
delete(devKeys, userID)
//delete(devKeys, userID)
}
}
for _, userID := range userIDsForAllDevices {