moderate avatars and embeds in composer reply to (#2665)
* moderate avatars and embeds in composer reply to * oops * dont need moderation in the quote opts
This commit is contained in:
parent
28455f49dc
commit
59aacf4126
5 changed files with 18 additions and 6 deletions
|
@ -1,5 +1,9 @@
|
|||
import React from 'react'
|
||||
import {AppBskyEmbedRecord, AppBskyRichtextFacet} from '@atproto/api'
|
||||
import {
|
||||
AppBskyEmbedRecord,
|
||||
AppBskyRichtextFacet,
|
||||
PostModeration,
|
||||
} from '@atproto/api'
|
||||
import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback'
|
||||
|
||||
export interface ComposerOptsPostRef {
|
||||
|
@ -12,6 +16,7 @@ export interface ComposerOptsPostRef {
|
|||
avatar?: string
|
||||
}
|
||||
embed?: AppBskyEmbedRecord.ViewRecord['embed']
|
||||
moderation?: PostModeration
|
||||
}
|
||||
export interface ComposerOptsQuote {
|
||||
uri: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue