From 59aacf4126c3b9ffead339960b082bcc415b1766 Mon Sep 17 00:00:00 2001 From: Hailey <153161762+haileyok@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:11:23 -0800 Subject: 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 --- src/state/shell/composer.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/state/shell/composer.tsx') diff --git a/src/state/shell/composer.tsx b/src/state/shell/composer.tsx index 2133ee6b0..696a3c5ba 100644 --- a/src/state/shell/composer.tsx +++ b/src/state/shell/composer.tsx @@ -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 -- cgit 1.4.1