forked from mirrors/misskey
wip
This commit is contained in:
@@ -226,7 +226,7 @@ if (config.line_bot) {
|
||||
|
||||
// シグネチャ比較
|
||||
if (sig1 === sig2) {
|
||||
ctx.body.events.forEach(ev => {
|
||||
ctx.request.body.events.forEach(ev => {
|
||||
handler.emit('event', ev);
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user