This commit is contained in:
syuilo 2017-10-07 19:39:36 +09:00
parent 371d88991c
commit a45b4cce94

View File

@ -107,7 +107,7 @@ class LineBot extends BotCore {
actions: [{ actions: [{
type: 'postback', type: 'postback',
label: 'タイムラインを見る', label: 'タイムラインを見る',
data: `showtl|${user._id}` data: `showtl|${user.id}`
}, { }, {
type: 'uri', type: 'uri',
label: 'Webで見る', label: 'Webで見る',