From e4ea32764fe3080f5def4f21bde64f7d41a778a2 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 6 Dec 2023 09:25:55 +0800 Subject: [PATCH] :fire: No longer automatically download network assets when the cloud inbox is moved to docs Fix https://github.com/siyuan-note/siyuan/issues/9827 --- app/src/layout/dock/Inbox.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/layout/dock/Inbox.ts b/app/src/layout/dock/Inbox.ts index 90861e037..8c44d4ae9 100644 --- a/app/src/layout/dock/Inbox.ts +++ b/app/src/layout/dock/Inbox.ts @@ -335,7 +335,6 @@ ${data.shorthandContent} md: response.data.shorthandMd, }, (docResponse) => { this.remove(item); - fetchPost("/api/format/netAssets2LocalAssets", {id: docResponse.data.id}); }); }); });