about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThread.tsx
diff options
context:
space:
mode:
authorElijah Seed-Arita <elijaharita@gmail.com>2025-08-15 06:16:13 -0700
committerGitHub <noreply@github.com>2025-08-15 06:16:13 -0700
commit5ca665467e9cbedd78f21df76db8cfde8eaa66b4 (patch)
treeed5ac7602b6d2904b49a22ac0d182bd7154cc756 /src/view/com/post-thread/PostThread.tsx
parent4e0be91cffa15711eaa3116e01d761dd9a0a749b (diff)
downloadvoidsky-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/view/com/post-thread/PostThread.tsx')
-rw-r--r--src/view/com/post-thread/PostThread.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx
index 94cc04f54..bbf9f4a20 100644
--- a/src/view/com/post-thread/PostThread.tsx
+++ b/src/view/com/post-thread/PostThread.tsx
@@ -420,6 +420,7 @@ export function PostThread({uri}: {uri: string}) {
         author: thread.post.author,
         embed: thread.post.embed,
         moderation: threadModerationCache.get(thread),
+        langs: thread.record.langs,
       },
       onPost: onPostReply,
     })