mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
a37bb13956
The FileOperation import association was fetched for every non-public document but only used when sourceMetadata is present. Move the lookup inside that branch to eliminate an N+1 query for documents that are not imports, benefiting every endpoint that presents documents. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>