summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/app/mobile/api/post.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/mobile/api/post.ts b/src/web/app/mobile/api/post.ts
index 09bb9dc06b..9b78ce10c2 100644
--- a/src/web/app/mobile/api/post.ts
+++ b/src/web/app/mobile/api/post.ts
@@ -30,6 +30,7 @@ export default (os) => (opts) => {
}
const vm = new PostForm({
+ parent: os.app,
propsData: {
reply: o.reply
}