vibe controls

This commit is contained in:
Samuel Newman
2025-01-15 15:58:42 +00:00
parent 67bbd9c1f9
commit 448668fc22
4 changed files with 86 additions and 16 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ let PostCtrls = ({
style?: StyleProp<ViewStyle>
onPressReply: () => void
onPostReply?: (postUri: string | undefined) => void
logContext: 'FeedItem' | 'PostThreadItem' | 'Post'
logContext: 'FeedItem' | 'PostThreadItem' | 'Post' | 'Vibe'
threadgateRecord?: AppBskyFeedThreadgate.Record
}): React.ReactNode => {
const t = useTheme()