Add opened
to chat.bsky.convo.defs#convoView (#2953)
* Add convoView to chat.bsky.convo.defs#convoView * Add changeset
This commit is contained in:
parent
b398276b36
commit
561431fe48
.changeset
lexicons/chat/bsky/convo
packages
api/src/client
bsky/src/lexicon
ozone/src/lexicon
pds/src/lexicon
5
.changeset/wise-coats-glow.md
Normal file
5
.changeset/wise-coats-glow.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@atproto/api": patch
|
||||
---
|
||||
|
||||
Add convoView.opened to lexicon definition
|
@ -90,6 +90,7 @@
|
||||
"refs": ["#messageView", "#deletedMessageView"]
|
||||
},
|
||||
"muted": { "type": "boolean" },
|
||||
"opened": { "type": "boolean" },
|
||||
"unreadCount": { "type": "integer" }
|
||||
}
|
||||
},
|
||||
|
@ -9893,6 +9893,9 @@ export const schemaDict = {
|
||||
muted: {
|
||||
type: 'boolean',
|
||||
},
|
||||
opened: {
|
||||
type: 'boolean',
|
||||
},
|
||||
unreadCount: {
|
||||
type: 'integer',
|
||||
},
|
||||
|
@ -118,6 +118,7 @@ export interface ConvoView {
|
||||
| DeletedMessageView
|
||||
| { $type: string; [k: string]: unknown }
|
||||
muted: boolean
|
||||
opened?: boolean
|
||||
unreadCount: number
|
||||
[k: string]: unknown
|
||||
}
|
||||
|
@ -9893,6 +9893,9 @@ export const schemaDict = {
|
||||
muted: {
|
||||
type: 'boolean',
|
||||
},
|
||||
opened: {
|
||||
type: 'boolean',
|
||||
},
|
||||
unreadCount: {
|
||||
type: 'integer',
|
||||
},
|
||||
|
@ -118,6 +118,7 @@ export interface ConvoView {
|
||||
| DeletedMessageView
|
||||
| { $type: string; [k: string]: unknown }
|
||||
muted: boolean
|
||||
opened?: boolean
|
||||
unreadCount: number
|
||||
[k: string]: unknown
|
||||
}
|
||||
|
@ -9893,6 +9893,9 @@ export const schemaDict = {
|
||||
muted: {
|
||||
type: 'boolean',
|
||||
},
|
||||
opened: {
|
||||
type: 'boolean',
|
||||
},
|
||||
unreadCount: {
|
||||
type: 'integer',
|
||||
},
|
||||
|
@ -118,6 +118,7 @@ export interface ConvoView {
|
||||
| DeletedMessageView
|
||||
| { $type: string; [k: string]: unknown }
|
||||
muted: boolean
|
||||
opened?: boolean
|
||||
unreadCount: number
|
||||
[k: string]: unknown
|
||||
}
|
||||
|
@ -9893,6 +9893,9 @@ export const schemaDict = {
|
||||
muted: {
|
||||
type: 'boolean',
|
||||
},
|
||||
opened: {
|
||||
type: 'boolean',
|
||||
},
|
||||
unreadCount: {
|
||||
type: 'integer',
|
||||
},
|
||||
|
@ -118,6 +118,7 @@ export interface ConvoView {
|
||||
| DeletedMessageView
|
||||
| { $type: string; [k: string]: unknown }
|
||||
muted: boolean
|
||||
opened?: boolean
|
||||
unreadCount: number
|
||||
[k: string]: unknown
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user