🎨 Inc sync after writing file via /file/ api

This commit is contained in:
Daniel 2025-03-10 16:36:42 +08:00
parent 59c6afd312
commit 7868ffe3bc
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 11 additions and 0 deletions

View file

@ -244,6 +244,7 @@ func setFileAnnotation(c *gin.Context) {
ret.Msg = err.Error()
return
}
model.IncSync()
}