You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revoking a shared folder now stays revoked. The withdrawal was recorded by
removing the share and saving the list afterwards, so a save that failed —
a full container is enough — left the folder on disk with nothing saying it
had been withdrawn, and the next launch served the link again for the rest
of its seven days. The runtime state was already gone by then, so there was
nothing left to retry. The withdrawal is now written down first, and a
launch reads that record before it hosts anything. File shares have worked
this way all along; folders did not.