Lef-F fixes the bug that quietly broke shared projects
If you shared a project with a colleague and they couldn't open it, this is why.
Lef-F tracked down a defect in how Mike stores who a project is shared with. When the database used a flexible JSON column for that list, the request to load any project shared with you - rather than created by you - failed outright. The owner saw their work fine; everyone they'd shared with hit an error and got nothing.
The culprit was a mismatch in how the share list was formatted before being sent to the database. Lef-F aligned the two broken spots with a third that already did it correctly, so shared access works again. The note is blunt about who's exposed: if your fork stores the share list in this format and you haven't patched it yourself, sharing is silently broken for everyone but the creator.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?