mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-15 03:55:09 +08:00
style(feishu): write reaction-handler comment in English
Project convention: all code comments must be in English.
This commit is contained in:
parent
a386b31e9b
commit
c8d908078a
@ -221,7 +221,7 @@ public class FeishuChannelAdapter extends AbstractChannelAdapter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
// 静默忽略消息表情回应事件,避免 HandlerNotFoundException
|
// Silently ignore message reaction events to avoid HandlerNotFoundException
|
||||||
.onP2MessageReactionCreatedV1(new ImService.P2MessageReactionCreatedV1Handler() {
|
.onP2MessageReactionCreatedV1(new ImService.P2MessageReactionCreatedV1Handler() {
|
||||||
@Override
|
@Override
|
||||||
public void handle(com.lark.oapi.service.im.v1.model.P2MessageReactionCreatedV1 event) {}
|
public void handle(com.lark.oapi.service.im.v1.model.P2MessageReactionCreatedV1 event) {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user