This commit is contained in:
parent
103979dd6f
commit
d4d110a5c2
|
@ -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で見る',
|
||||||
|
|
Loading…
Reference in New Issue