We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d471d29 commit f20636eCopy full SHA for f20636e
1 file changed
Sources/SQLiteData/Documentation.docc/Articles/CloudKitSharing.md
@@ -401,7 +401,7 @@ let share = try await database.read { db in
401
}
402
guard
403
share?.currentUserParticipant?.permission == .readWrite
404
- || share?.permission == .readWrite
+ || share?.publicPermission == .readWrite
405
else {
406
// User does not have permissions to write to record.
407
return
0 commit comments