Skip to content

Commit 4a2df7c

Browse files
Merge branch 'av/522_custom_folder_structure_at_initialisation_stage' of https://github.com/anusii/solidpod into av/522_custom_folder_structure_at_initialisation_stage
2 parents 4f1848d + 8b80369 commit 4a2df7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Visit the package at [pub.dev](https://pub.dev/packages/solidpod).
1111

1212
## 0.10 Further UI migrations
1313

14+
+ Restore individual recipient suggestions [0.9.7 20260113 jesscmoore]
1415
+ Allow sharing externally owned files [0.9.6 20260110 jesscmoore]
1516
+ Specify owner and granter webid when sharing files [0.9.5 20260112 jesscmoore]
1617
+ Fixes individual recipient dialog background [0.9.4 20260113 jesscmoore]

lib/src/solid/get_recipient_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Future<List<String>> getRecipientList() async {
5252
// Retrieve ACLs for each file
5353
dataMapWithPermissions = await readPermissionFileList(
5454
fileList: fileList,
55-
isFileUrl: true,
55+
isFileUrl: false,
5656
);
5757

5858
// Extract recipient webIDs to list

0 commit comments

Comments
 (0)