diff options
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/mobile/api/post.ts | 1 |
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 } |