Update the view after a post is created

This commit is contained in:
Paul Frazee
2022-10-04 11:33:32 -05:00
parent 01515de17d
commit 94f365f564
9 changed files with 79 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export const FeedItem = observer(function FeedItem({
}, [record.reply])
const onPressReply = () => {
store.shell.openModal(new ComposePostModel(item.uri))
store.shell.openModal(new ComposePostModel({replyTo: item.uri}))
}
const onPressToggleRepost = () => {
item