Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-11-16 12:03:20 +08:00
commit 1c100950bd

View file

@ -37,6 +37,7 @@ func refreshBacklink(c *gin.Context) {
id := arg["id"].(string)
model.RefreshBacklink(id)
model.FlushTxQueue()
}
func getBackmentionDoc(c *gin.Context) {