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/components/ThreadItemPost.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/screens/PostThread/components/ThreadItemPost.tsx') diff --git a/src/screens/PostThread/components/ThreadItemPost.tsx b/src/screens/PostThread/components/ThreadItemPost.tsx index 4337397f8..98520f16e 100644 --- a/src/screens/PostThread/components/ThreadItemPost.tsx +++ b/src/screens/PostThread/components/ThreadItemPost.tsx @@ -234,6 +234,7 @@ const ThreadItemPostInner = memo(function ThreadItemPostInner({ author: post.author, embed: post.embed, moderation, + langs: post.record.langs, }, onPostSuccess: onPostSuccess, }) -- cgit 1.4.1