mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
abdb091c17
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ func setLocalStorage(c *gin.Context) {
|
|||
}
|
||||
|
||||
app := arg["app"].(string)
|
||||
evt := util.NewCmdResult("transactions", 0, util.PushModeBroadcastMainExcludeSelfApp, util.PushModeBroadcastMainExcludeSelfApp)
|
||||
evt := util.NewCmdResult("setLocalStorage", 0, util.PushModeBroadcastMainExcludeSelfApp, util.PushModeBroadcastMainExcludeSelfApp)
|
||||
evt.AppId = app
|
||||
evt.Data = val
|
||||
util.PushEvent(evt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue