summaryrefslogtreecommitdiff
path: root/src/api/bot/interfaces
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-10-07 19:39:36 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-10-07 19:39:36 +0900
commitd4d110a5c269bf799f2486fcd6a1782d10155481 (patch)
treebbe1c0c52eccd4e5a9705adebca6ca7286fe4072 /src/api/bot/interfaces
parent:v: (diff)
downloadsharkey-d4d110a5c269bf799f2486fcd6a1782d10155481.tar.gz
sharkey-d4d110a5c269bf799f2486fcd6a1782d10155481.tar.bz2
sharkey-d4d110a5c269bf799f2486fcd6a1782d10155481.zip
:v:
Diffstat (limited to 'src/api/bot/interfaces')
-rw-r--r--src/api/bot/interfaces/line.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/bot/interfaces/line.ts b/src/api/bot/interfaces/line.ts
index 956dcc6574..2bf62c1f6c 100644
--- a/src/api/bot/interfaces/line.ts
+++ b/src/api/bot/interfaces/line.ts
@@ -107,7 +107,7 @@ class LineBot extends BotCore {
actions: [{
type: 'postback',
label: 'タイムラインを見る',
- data: `showtl|${user._id}`
+ data: `showtl|${user.id}`
}, {
type: 'uri',
label: 'Webで見る',