Move posts feed to root store (me) and ensure new posts always update the feed
This commit is contained in:
@@ -121,6 +121,7 @@ export const ComposePost = observer(function ComposePost({
|
||||
setIsProcessing(false)
|
||||
return
|
||||
}
|
||||
store.me.mainFeed.loadLatest()
|
||||
onPost?.()
|
||||
onClose()
|
||||
Toast.show(`Your ${replyTo ? 'reply' : 'post'} has been published`)
|
||||
|
||||
Reference in New Issue
Block a user