|
|
|
@ -29,7 +29,7 @@ class MultiDeviceDbSupport: |
|
|
|
uuid = self.core.devicesUuidHashToUuid.get(hash, "") |
|
|
|
if uuid: |
|
|
|
if uuid == self.core.defaultDeviceUUID: |
|
|
|
orPart.append({"device_uuid", None}) |
|
|
|
orPart.append({"device_uuid": None}) |
|
|
|
orPart.append({"device_uuid": uuid}) |
|
|
|
return orPart#-->{"$or": orPart} |
|
|
|
|
|
|
|
|