fix(streaming): only upload local files

This commit is contained in:
Prateek Sunal
2025-04-26 00:52:17 +05:30
parent e4771320b1
commit 500a9481cb

View File

@@ -1684,6 +1684,7 @@ class FilesDB with SqlDbBase {
AND $columnCreationTime > ?
AND $columnUploadedFileID != -1
AND $columnOwnerID = $userID
AND $columnLocalID IS NOT NULL
ORDER BY $columnCreationTime DESC
''',
[getInt(fileType), beginDate.microsecondsSinceEpoch],