mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-21 11:13:40 +00:00
god damnit why is this so fiddly
This commit is contained in:
parent
e64f9860ec
commit
47233e19b8
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ func (a *KeyInternalAPI) queryRemoteKeysOnServer(
|
||||||
for userID, deviceIDs := range devKeys {
|
for userID, deviceIDs := range devKeys {
|
||||||
if len(deviceIDs) == 0 {
|
if len(deviceIDs) == 0 {
|
||||||
userIDsForAllDevices = append(userIDsForAllDevices, userID)
|
userIDsForAllDevices = append(userIDsForAllDevices, userID)
|
||||||
delete(devKeys, userID)
|
//delete(devKeys, userID)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for _, userID := range userIDsForAllDevices {
|
for _, userID := range userIDsForAllDevices {
|
||||||
|
|
Loading…
Reference in a new issue