mirror of
https://github.com/penpot/penpot.git
synced 2026-09-16 07:38:19 -04:00
* ⚡ Fetch only caller share-link in view-only bundle Share-link callers now resolve a single row with a composite (id, file-id) predicate instead of loading all sibling rows and filtering in memory. Membership path keeps full query. Related #11633 AI-assisted-by: muse-spark-1.3-contributor Signed-off-by: makesomethingshit <junsoo1172@gmail.com> * ⚡ Add DB-access regression test for share-link bundle The share-link path must resolve the caller row with a composite (id, file-id) single-row lookup and never run the full file-id query. Keep cross-file replay coverage. Related #11633 AI-assisted-by: muse-spark-1.3-contributor Signed-off-by: makesomethingshit <junsoo1172@gmail.com> --------- Signed-off-by: makesomethingshit <junsoo1172@gmail.com> Co-authored-by: Andrey Antukh <niwi@niwi.nz>