Bluesky app fork with some witchin' additions 💫

Revert "push in post-post toast (#9252)" (#9344)

This reverts commit 54a388d132c699a457aa8c6780b148d6f1ec5398.

authored by samuel.fm and committed by

GitHub 9f98e535 7bf00424

+1 -1
+1 -1
src/view/com/composer/Composer.tsx
··· 580 580 label={_(msg`View post`)} 581 581 onPress={() => { 582 582 const {host: name, rkey} = new AtUri(postUri) 583 - navigation.push('PostThread', {name, rkey}) 583 + navigation.navigate('PostThread', {name, rkey}) 584 584 }}> 585 585 <Trans context="Action to view the post the user just created"> 586 586 View