Fix optimistic insert

This commit is contained in:
Eric Bailey
2025-05-25 13:41:21 -05:00
parent 8f59675fc4
commit 4c4274ada3
4 changed files with 34 additions and 38 deletions
+1 -6
View File
@@ -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 {