From 4fd504e8ea0d6c60729be2d2acfa00be2ace7cfa Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Thu, 13 Aug 2026 11:46:37 +0100 Subject: [PATCH] Use a hyphen in the share upgrade note --- FILE_SHARING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FILE_SHARING.md b/FILE_SHARING.md index 6eecc9e5ad..199060251f 100644 --- a/FILE_SHARING.md +++ b/FILE_SHARING.md @@ -67,7 +67,7 @@ authenticated holder of an `EDITOR` share link can The `EDITOR` role alone does not grant write. `file_shares.write_enabled` records the grant, and it is stamped `true` only when the owner creates or updates a share with the `EDITOR` role. Shares that predate collaborative editing have the column -null and stay read-only after an upgrade — the owner must re-grant editor access to +null and stay read-only after an upgrade - the owner must re-grant editor access to make one writable. `StoredFileResponse.canEdit` and `ShareLinkMetadataResponse.canEdit` expose the server's decision so the UI does not offer a save that would be rejected.