mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-07 21:37:04 +09:00
GO-5768 Add chat derived to sync relations
This commit is contained in:
parent
af23bd6d2f
commit
1598112c07
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ var suitableLayouts = map[model.ObjectTypeLayout]struct{}{
|
|||
model.ObjectType_pdf: {},
|
||||
model.ObjectType_chat: {},
|
||||
model.ObjectType_spaceView: {},
|
||||
model.ObjectType_chatDerived: {},
|
||||
}
|
||||
|
||||
func (u *syncStatusUpdater) isLayoutSuitableForSyncRelations(details *domain.Details) bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue