This commit is contained in:
Neeraj Gupta
2025-06-25 14:58:11 +05:30
parent 713abce89a
commit 08dff77ad4

View File

@@ -46,7 +46,7 @@ extension FilePropsExtn on EnteFile {
// Return true if the file was uploaded via collect photos workflow
bool get isCollect => uploaderName != null;
String? get uploaderName => pubMagicMetadata?.uploaderName;
String? get uploaderName => rAsset?.uploaderName;
bool get skipIndex => !isUploaded || fileType == FileType.other;