Commit 46f59ada authored by nanahira's avatar nanahira

partial workarounds

parent 053ce2ab
......@@ -104,7 +104,7 @@ export class WeComBot extends Bot<BotConfig> {
}
async handleMenuEvent(event: string, session: Session) {
if (!this.app.isActive) return;
// if (!this.app.isActive) return;
const eventKey = session.wecom['EventKey'] as string;
const command = this.buttonKeyMap.get(eventKey);
if (command) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment