🎨 Creating a dailynote existed no longer expands the doc tree https://github.com/siyuan-note/siyuan/issues/9959

This commit is contained in:
Daniel 2023-12-23 22:17:53 +08:00
parent 6adc275cc8
commit aa25da4cf2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -474,7 +474,7 @@ func createDailyNote(c *gin.Context) {
if !existed {
// 只有创建的情况才推送,已经存在的情况不推送
// Creating a dailynote no longer expands the doc tree https://github.com/siyuan-note/siyuan/issues/9959
// Creating a dailynote existed no longer expands the doc tree https://github.com/siyuan-note/siyuan/issues/9959
appArg := arg["app"]
app := ""
if nil != appArg {