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

GO-3764 Fix add chats

This commit is contained in:
Mikhail Iudin 2024-07-17 12:59:09 +02:00
parent c5c83cddd8
commit 17bdf44c91
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ import (
"github.com/anyproto/anytype-heart/pkg/lib/pb/model"
)
const TypeChecksum = "ccff39ba78431f015906dd049ca3ed1d064cd955397c775d82b9da2ca4c48485"
const TypeChecksum = "92392d474aa160716d8f4fb3d0cd6c69a9f35c343ce1c352b65403102e90f1d3"
const (
TypePrefix = "_ot"
)
@ -105,7 +105,7 @@ var (
Name: "Discussion",
Readonly: true,
RelationLinks: []*model.RelationLink{MustGetRelationLink(RelationKeyTag), MustGetRelationLink(RelationKeyDescription)},
Types: []model.SmartBlockType{model.SmartBlockType_Page},
Types: []model.SmartBlockType{model.SmartBlockType_ChatObject},
Url: TypePrefix + "chat",
},
TypeKeyClassNote: {

View file

@ -610,7 +610,7 @@
"id": "chat",
"name": "Discussion",
"types": [
"Page"
"ChatObject"
],
"emoji": "",
"hidden": false,