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/view/com/post/Post.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/com/post/Post.tsx') diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index a8e32268e..f41f48e40 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -131,6 +131,7 @@ function PostInner({ author: post.author, embed: post.embed, moderation, + langs: record.langs, }, }) }, [openComposer, post, record, moderation]) -- cgit 1.4.1