diff --git a/src/pages/stream/stream.ts b/src/pages/stream/stream.ts index aed6853..231978c 100644 --- a/src/pages/stream/stream.ts +++ b/src/pages/stream/stream.ts @@ -274,7 +274,7 @@ export class StreamPage { } showNewPost() { - let newPostModal = this.modalCtrl.create(NewPostModal); + let newPostModal = this.modalCtrl.create(NewPostModal, {me: this.myUsername}); newPostModal.present(); } @@ -335,7 +335,7 @@ export class StreamPage { -
{{254 - ptext.length}}
+
{{textCount()}}