diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-10-07 19:39:36 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-10-07 19:39:36 +0900 |
| commit | d4d110a5c269bf799f2486fcd6a1782d10155481 (patch) | |
| tree | bbe1c0c52eccd4e5a9705adebca6ca7286fe4072 /src/api/bot | |
| parent | :v: (diff) | |
| download | sharkey-d4d110a5c269bf799f2486fcd6a1782d10155481.tar.gz sharkey-d4d110a5c269bf799f2486fcd6a1782d10155481.tar.bz2 sharkey-d4d110a5c269bf799f2486fcd6a1782d10155481.zip | |
:v:
Diffstat (limited to 'src/api/bot')
| -rw-r--r-- | src/api/bot/interfaces/line.ts | 2 |
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で見る', |