forked from k-space/doorboy-proxy
@@ -68,6 +68,7 @@ async def view_doorboy_uids(request):
|
|||||||
|
|
||||||
flt = {
|
flt = {
|
||||||
"token.uid_hash": {"$exists": True},
|
"token.uid_hash": {"$exists": True},
|
||||||
|
"token.enabled": True,
|
||||||
"inventory.owner.username": {"$in": users},
|
"inventory.owner.username": {"$in": users},
|
||||||
}
|
}
|
||||||
prj = {"token.uid_hash": True}
|
prj = {"token.uid_hash": True}
|
||||||
|
|||||||
Reference in New Issue
Block a user