diff --git a/src/pages/stream/stream.ts b/src/pages/stream/stream.ts
index f9b73e4..a379ca1 100644
--- a/src/pages/stream/stream.ts
+++ b/src/pages/stream/stream.ts
@@ -361,6 +361,7 @@ export class StreamPage {
+
@@ -380,6 +381,7 @@ export class NewPostModal {
title: string;
replyid: string;
ptext: string = "";
+ showProgress: boolean = false;
files: Array