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:
parent
c5c83cddd8
commit
17bdf44c91
2 changed files with 3 additions and 3 deletions
|
@ -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: {
|
||||
|
|
|
@ -610,7 +610,7 @@
|
|||
"id": "chat",
|
||||
"name": "Discussion",
|
||||
"types": [
|
||||
"Page"
|
||||
"ChatObject"
|
||||
],
|
||||
"emoji": "",
|
||||
"hidden": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue