1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

Merge pull request #2410 from anyproto/go-5487-fix-revision-of-non-system-types

GO-5487 Fix revision of non system types
This commit is contained in:
Roman Khafizianov 2025-05-15 13:37:43 +02:00 committed by GitHub
commit 5c9e764948
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,7 @@ var (
}
customObjectFilterKeys = []domain.RelationKey{
bundle.RelationKeyRevision,
bundle.RelationKeyIconOption,
bundle.RelationKeyIconName,
bundle.RelationKeyPluralName,