diff options
author | Elijah Seed-Arita <elijaharita@gmail.com> | 2025-08-15 06:16:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-15 06:16:13 -0700 |
commit | 5ca665467e9cbedd78f21df76db8cfde8eaa66b4 (patch) | |
tree | ed5ac7602b6d2904b49a22ac0d182bd7154cc756 /src/state/shell/composer/index.tsx | |
parent | 4e0be91cffa15711eaa3116e01d761dd9a0a749b (diff) | |
download | voidsky-5ca665467e9cbedd78f21df76db8cfde8eaa66b4.tar.zst |
feat: use OP's language as recommendation when replying (#8832)
* feat: use OP's language as recommendation when replying * fix: address nits
Diffstat (limited to 'src/state/shell/composer/index.tsx')
-rw-r--r-- | src/state/shell/composer/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/shell/composer/index.tsx b/src/state/shell/composer/index.tsx index ab73298ab..1d0973add 100644 --- a/src/state/shell/composer/index.tsx +++ b/src/state/shell/composer/index.tsx @@ -20,6 +20,7 @@ export interface ComposerOptsPostRef { uri: string cid: string text: string + langs?: string[] author: AppBskyActorDefs.ProfileViewBasic embed?: AppBskyFeedDefs.PostView['embed'] moderation?: ModerationDecision |