feat: use OP's language as recommendation when replying (#8832)

* feat: use OP's language as recommendation when replying

* fix: address nits
This commit is contained in:
Elijah Seed-Arita
2025-08-15 06:16:13 -07:00
committed by GitHub
parent 4e0be91cff
commit 5ca665467e
12 changed files with 31 additions and 4 deletions
@@ -234,6 +234,7 @@ const ThreadItemPostInner = memo(function ThreadItemPostInner({
author: post.author,
embed: post.embed,
moderation,
langs: post.record.langs,
},
onPostSuccess: onPostSuccess,
})