Fix optimistic insert
This commit is contained in:
@@ -27,14 +27,9 @@ export interface ComposerOptsPostRef {
|
||||
|
||||
export type OnPostSuccessData =
|
||||
| {
|
||||
type: 'post'
|
||||
replyToUri?: string
|
||||
posts: AppBskyUnspeccedGetPostThreadV2.ThreadItem[]
|
||||
}
|
||||
| {
|
||||
type: 'reply'
|
||||
parent: AppBskyUnspeccedGetPostThreadV2.ThreadItem
|
||||
replies: AppBskyUnspeccedGetPostThreadV2.ThreadItem[]
|
||||
}
|
||||
| undefined
|
||||
|
||||
export interface ComposerOpts {
|
||||
|
||||
Reference in New Issue
Block a user