diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-10-07 18:31:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-10-07 18:31:55 +0900 |
| commit | 64db80662706fedbf1c0103187de413dcb2d1360 (patch) | |
| tree | 14c7f6d5c9634a7fdedaec41c7be0a2a7e00a355 /src/api/bot | |
| parent | :v: (diff) | |
| download | sharkey-64db80662706fedbf1c0103187de413dcb2d1360.tar.gz sharkey-64db80662706fedbf1c0103187de413dcb2d1360.tar.bz2 sharkey-64db80662706fedbf1c0103187de413dcb2d1360.zip | |
:v:
Diffstat (limited to 'src/api/bot')
| -rw-r--r-- | src/api/bot/interfaces/line.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/bot/interfaces/line.ts b/src/api/bot/interfaces/line.ts index 03dc2a85ba..c5e8293b92 100644 --- a/src/api/bot/interfaces/line.ts +++ b/src/api/bot/interfaces/line.ts @@ -32,6 +32,8 @@ class LineBot extends BotCore { } public async react(ev: any): Promise<void> { + this.replyToken = ev.replyToken; + // テキスト以外(スタンプなど)は無視 if (ev.message.type !== 'text') return; |