diff options
Diffstat (limited to 'src/view/com/post-thread/PostThread.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThread.tsx | 1 |
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, }) |