mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 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)
|
id := arg["id"].(string)
|
||||||
model.RefreshBacklink(id)
|
model.RefreshBacklink(id)
|
||||||
|
model.FlushTxQueue()
|
||||||
}
|
}
|
||||||
|
|
||||||
func getBackmentionDoc(c *gin.Context) {
|
func getBackmentionDoc(c *gin.Context) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue