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

GO-5600 remove templates for chatDerived object

This commit is contained in:
Roman Khafizianov 2025-05-09 14:13:14 +02:00
parent e53aa62a7c
commit 6af6efb3bb
No known key found for this signature in database
GPG key ID: F07A7D55A2684852

View file

@ -237,8 +237,6 @@ func (p *Page) CreationStateMigration(ctx *smartblock.InitContext) migration.Mig
)
case model.ObjectType_chatDerived:
templates = append(templates,
template.WithTitle,
template.WithBlockChat,
template.WithLayout(layout),
)
// TODO case for relationOption?