🎨 Improve refresh backlinks https://github.com/siyuan-note/siyuan/issues/13131
This commit is contained in:
parent
e3d2894a23
commit
f58ef2f683
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ func refreshBacklink(c *gin.Context) {
|
|||
|
||||
id := arg["id"].(string)
|
||||
model.RefreshBacklink(id)
|
||||
model.FlushTxQueue()
|
||||
}
|
||||
|
||||
func getBackmentionDoc(c *gin.Context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue