Add back post success toast

This commit is contained in:
Eric Bailey
2025-08-13 17:18:31 -05:00
committed by Samuel Newman
parent 2fc05e29c3
commit 018bd5e7d9
+8
View File
@@ -522,6 +522,14 @@ export const ComposePost = ({
onPostSuccess?.(postSuccessData)
}
onClose()
toast.show(
thread.posts.length > 1
? _(msg`Your posts have been published`)
: replyTo
? _(msg`Your reply has been published`)
: _(msg`Your post has been published`),
{type: 'success'},
)
}, [
_,
agent,