From 8a64a3e008bcb79b54bd783b2f3b55afa45c88a4 Mon Sep 17 00:00:00 2001 From: timonrieger Date: Sun, 26 Jul 2026 16:48:01 +0200 Subject: [PATCH] patch mobile --- mobile/lib/utils/openapi_patching.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/lib/utils/openapi_patching.dart b/mobile/lib/utils/openapi_patching.dart index 711a4a3163..627004ea25 100644 --- a/mobile/lib/utils/openapi_patching.dart +++ b/mobile/lib/utils/openapi_patching.dart @@ -40,6 +40,7 @@ final Map> openApiPatches = { 'SyncUserV1': {'profileChangedAt': _now, 'hasProfileImage': false}, 'SyncAssetV1': {'isEdited': false}, 'ServerFeaturesDto': {'ocr': false, 'realtimeTranscoding': false}, + 'SearchAssetResponseDto': {'nextCursor': null}, 'MemoriesResponse': {'duration': 5}, };