From 2745cba3eae2e7f6dd803bbbb805599b2a99c834 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 17 Sep 2024 13:55:19 -0500 Subject: Pre-fill alt text with 10-million card post (#5389) * Pre-fill alt text with 10-million card post (#5377) * Clean up type * Tweak alt copy * Add pt translation, fix typo --------- Co-authored-by: Calvin --- src/state/shell/composer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state/shell/composer/index.tsx') diff --git a/src/state/shell/composer/index.tsx b/src/state/shell/composer/index.tsx index 612388ff8..6755ec9a6 100644 --- a/src/state/shell/composer/index.tsx +++ b/src/state/shell/composer/index.tsx @@ -36,7 +36,7 @@ export interface ComposerOpts { mention?: string // handle of user to mention openEmojiPicker?: (pos: DOMRect | undefined) => void text?: string - imageUris?: {uri: string; width: number; height: number}[] + imageUris?: {uri: string; width: number; height: number; altText?: string}[] } type StateContext = ComposerOpts | undefined -- cgit 1.4.1