summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/script.ts
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2018-12-27 23:14:30 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2018-12-27 23:14:30 +0900
commitfdd42fc2d7ee1aa84489e668971f013b6c06c3df (patch)
treea8f3949cdf24b2ef3fd2379b1961fa957fddc6f7 /src/client/app/mobile/script.ts
parentSet cursor default on hover the own reaction (diff)
downloadsharkey-fdd42fc2d7ee1aa84489e668971f013b6c06c3df.tar.gz
sharkey-fdd42fc2d7ee1aa84489e668971f013b6c06c3df.tar.bz2
sharkey-fdd42fc2d7ee1aa84489e668971f013b6c06c3df.zip
user mention (#3771)
Diffstat (limited to 'src/client/app/mobile/script.ts')
-rw-r--r--src/client/app/mobile/script.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts
index e0ccbad792..52b0d9bbb2 100644
--- a/src/client/app/mobile/script.ts
+++ b/src/client/app/mobile/script.ts
@@ -60,6 +60,7 @@ init((launch) => {
const vm = this.$root.new(PostForm, {
reply: o.reply,
+ mention: o.mention,
renote: o.renote
});