A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang. (PERSONAL FORK)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:bug: https://github.com/siyuan-note/siyuan/issues/17079#issuecomment-3940571835

Signed-off-by: Daniel <845765@qq.com>

Daniel 6b0732c9 1e5b30c5

+1 -1
+1 -1
kernel/model/upload.go
··· 104 104 } 105 105 106 106 if "" != existAssetPath && !strings.HasPrefix(hash, "random_") { 107 - succMap[baseName] = existAssetPath 107 + succMap[baseName] = strings.TrimPrefix(existAssetPath, "/") 108 108 } else { 109 109 fName = util.AssetName(fName, ast.NewNodeID()) 110 110 writePath := filepath.Join(assetsDirPath, fName)