From 5ca665467e9cbedd78f21df76db8cfde8eaa66b4 Mon Sep 17 00:00:00 2001 From: Elijah Seed-Arita Date: Fri, 15 Aug 2025 06:16:13 -0700 Subject: feat: use OP's language as recommendation when replying (#8832) * feat: use OP's language as recommendation when replying * fix: address nits --- src/screens/PostThread/index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/screens/PostThread/index.tsx') diff --git a/src/screens/PostThread/index.tsx b/src/screens/PostThread/index.tsx index f6ab554b6..f91daf54b 100644 --- a/src/screens/PostThread/index.tsx +++ b/src/screens/PostThread/index.tsx @@ -91,6 +91,7 @@ export function PostThread({uri}: {uri: string}) { author: post.author, embed: post.embed, moderation: anchor.moderation, + langs: post.record.langs, }, onPostSuccess: optimisticOnPostReply, }) -- cgit 1.4.1