diff --git a/src/pages/stream/stream.ts b/src/pages/stream/stream.ts
index a379ca1..8a3cb9c 100644
--- a/src/pages/stream/stream.ts
+++ b/src/pages/stream/stream.ts
@@ -563,6 +563,7 @@ export class NewPostModal {
@Component({
template: `
+
@@ -581,6 +582,11 @@ export class PostMenu {
}
}
+ browse() {
+ window.open('https://posts.pnut.io/' + this.navParams.data.post.id, '_system');
+ this.close();
+ }
+
share() {
(window).shareContentPlugin.share(this.navParams.data.post.content.text, function(e) {
console.log('sharing post:');