mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-07 21:37:04 +09:00
Merge pull request #1005 from anyproto/go-3066-fix-file-deleting
GO-3066: Fix file deleting bug
This commit is contained in:
commit
b4469b61b3
1 changed files with 2 additions and 1 deletions
|
@ -586,7 +586,8 @@ func (s *service) DeleteFileData(objectId string) error {
|
|||
},
|
||||
{
|
||||
RelationKey: bundle.RelationKeyFileId.String(),
|
||||
Condition: model.BlockContentDataviewFilter_NotEmpty,
|
||||
Condition: model.BlockContentDataviewFilter_Equal,
|
||||
Value: pbtypes.String(fullId.FileId.String()),
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue