From e287017552fce6190d03532a9949e27d64a90596 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 29 May 2023 14:27:43 +0800 Subject: [PATCH] :art: Doc in the user guide no longer supports one-click sending to the community Fix https://github.com/siyuan-note/siyuan/issues/8388 --- kernel/model/export.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/model/export.go b/kernel/model/export.go index ffde590cb..89300b354 100644 --- a/kernel/model/export.go +++ b/kernel/model/export.go @@ -60,6 +60,7 @@ func Export2Liandi(id string) (err error) { } if IsUserGuide(tree.Box) { + // Doc in the user guide no longer supports one-click sending to the community https://github.com/siyuan-note/siyuan/issues/8388 return errors.New(Conf.Language(204)) }