diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2018-12-27 23:14:30 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-12-27 23:14:30 +0900 |
| commit | fdd42fc2d7ee1aa84489e668971f013b6c06c3df (patch) | |
| tree | a8f3949cdf24b2ef3fd2379b1961fa957fddc6f7 /src/client/app/desktop/script.ts | |
| parent | Set cursor default on hover the own reaction (diff) | |
| download | sharkey-fdd42fc2d7ee1aa84489e668971f013b6c06c3df.tar.gz sharkey-fdd42fc2d7ee1aa84489e668971f013b6c06c3df.tar.bz2 sharkey-fdd42fc2d7ee1aa84489e668971f013b6c06c3df.zip | |
user mention (#3771)
Diffstat (limited to 'src/client/app/desktop/script.ts')
| -rw-r--r-- | src/client/app/desktop/script.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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); |