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:
committed by
GitHub
parent
4e0be91cff
commit
5ca665467e
@@ -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,
|
||||
})
|
||||
|
||||
@@ -299,6 +299,7 @@ let PostThreadItemLoaded = ({
|
||||
author: post.author,
|
||||
embed: post.embed,
|
||||
moderation,
|
||||
langs: record.langs,
|
||||
},
|
||||
onPost: onPostReply,
|
||||
onPostSuccess: onPostSuccess,
|
||||
|
||||
Reference in New Issue
Block a user