Skip to content

Comments

fix: missing deletedAt and isVisible columns on mobile#26414

Open
bwees wants to merge 7 commits intomainfrom
fix/23288
Open

fix: missing deletedAt and isVisible columns on mobile#26414
bwees wants to merge 7 commits intomainfrom
fix/23288

Conversation

@bwees
Copy link
Member

@bwees bwees commented Feb 21, 2026

Description

Fixes #23288

@bwees bwees changed the title feat: missing deletedAt and isVisible columns on mobile fix: missing deletedAt and isVisible columns on mobile Feb 21, 2026
Comment on lines +69 to +70
if (serverVersion < const SemVer(major: 2, minor: 6, patch: 0)) SyncRequestType.assetFacesV1,
if (serverVersion >= const SemVer(major: 2, minor: 6, patch: 0)) SyncRequestType.assetFacesV2,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (serverVersion < const SemVer(major: 2, minor: 6, patch: 0)) SyncRequestType.assetFacesV1,
if (serverVersion >= const SemVer(major: 2, minor: 6, patch: 0)) SyncRequestType.assetFacesV2,
if (serverVersion < const SemVer(major: 2, minor: 5, patch: 6)) SyncRequestType.assetFacesV1,
if (serverVersion >= const SemVer(major: 2, minor: 5, patch: 6)) SyncRequestType.assetFacesV2,

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you need to test use this ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Difference in the number of photos assigned to a person between the web and the mobile app

3 participants