Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

push in post-post toast (#9252)

authored by

Samuel Newman and committed by
GitHub
54a388d1 b1f1b205

+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.navigate('PostThread', {name, rkey}) 583 + navigation.push('PostThread', {name, rkey}) 584 584 }}> 585 585 <Trans context="Action to view the post the user just created"> 586 586 View