From 9a882a3df32c1b5be6d175a7ef1a85e57b39609e Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:55:50 -0300 Subject: [PATCH] hotfix(attach drives) hotfix: remove drive-privacy tag that causes a timeout on attach drive query --- android/fastlane/metadata/android/en-US/changelogs/146.txt | 1 + .../arweave/graphql/queries/FirstDriveEntityWithIdOwner.graphql | 1 - pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/146.txt diff --git a/android/fastlane/metadata/android/en-US/changelogs/146.txt b/android/fastlane/metadata/android/en-US/changelogs/146.txt new file mode 100644 index 0000000000..449822ad9a --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/146.txt @@ -0,0 +1 @@ +- Fixes an issue attaching drives due to timeout diff --git a/lib/services/arweave/graphql/queries/FirstDriveEntityWithIdOwner.graphql b/lib/services/arweave/graphql/queries/FirstDriveEntityWithIdOwner.graphql index e7c194e9be..789accafaf 100644 --- a/lib/services/arweave/graphql/queries/FirstDriveEntityWithIdOwner.graphql +++ b/lib/services/arweave/graphql/queries/FirstDriveEntityWithIdOwner.graphql @@ -6,7 +6,6 @@ query FirstDriveEntityWithIdOwner($driveId: String!, $after: String) { tags: [ { name: "Drive-Id", values: [$driveId] } { name: "Entity-Type", values: ["drive"] } - { name: "Drive-Privacy", values: ["public", "private"]} ] ) { edges { diff --git a/pubspec.yaml b/pubspec.yaml index cf1a3f61e1..dc3a51fdf8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Secure, permanent storage publish_to: 'none' -version: 2.51.0 +version: 2.51.1 environment: sdk: '>=3.2.0 <4.0.0'