Show just-posted replies above OP replies (#4901)
* Unify onPostReply handler * Show just-posted replies above OP replies * Only do this for the highlighted post or thread mode It's confusing to have your post displace OP thread or other people's leaf posts.
This commit is contained in:
parent
c1af767fa6
commit
e782db33dc
5 changed files with 53 additions and 10 deletions
|
@ -392,7 +392,7 @@ export const ComposePost = observer(function ComposePost({
|
|||
emitPostCreated()
|
||||
}
|
||||
setLangPrefs.savePostLanguageToHistory()
|
||||
onPost?.()
|
||||
onPost?.(postUri)
|
||||
onClose()
|
||||
Toast.show(
|
||||
replyTo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue