This commit is contained in:
Daniel 2024-12-09 10:50:03 +08:00
parent 553891defb
commit 04a4a90721
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 22 additions and 11 deletions

View file

@ -157,7 +157,7 @@ func refreshRefCount(rootID, blockID string) {
for _, count := range refCounts {
rootRefCount += count
}
refIDs, _, _ := GetBlockRefs(blockID)
refIDs, _, _ := GetBlockRefs(blockID, false)
util.PushSetDefRefCount(rootID, blockID, refIDs, refCount, rootRefCount)
}