This commit is contained in:
xds
2026-02-09 17:01:48 +03:00
parent a9d24c725e
commit 00e83b8561
13 changed files with 20 additions and 13 deletions

View File

@@ -70,7 +70,10 @@ class AssetsRepo:
# if not with_data: args["data"] = 0; args["thumbnail"] = 0
# So list DOES NOT return thumbnails by default.
args["thumbnail"] = 0
if created_by:
filter["created_by"] = created_by
filter['project_id'] = None
if project_id:
filter["project_id"] = project_id