From fdd42fc2d7ee1aa84489e668971f013b6c06c3df Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Thu, 27 Dec 2018 23:14:30 +0900 Subject: user mention (#3771) --- src/client/app/desktop/script.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/app/desktop/script.ts') diff --git a/src/client/app/desktop/script.ts b/src/client/app/desktop/script.ts index 1dd55910c1..95bfe6ec1d 100644 --- a/src/client/app/desktop/script.ts +++ b/src/client/app/desktop/script.ts @@ -70,6 +70,7 @@ init(async (launch) => { } else { const vm = this.$root.new(PostFormWindow, { reply: o.reply, + mention: o.mention, animation: o.animation == null ? true : o.animation }); if (o.cb) vm.$once('closed', o.cb); -- cgit v1.2.3-freya