style(feishu): write reaction-handler comment in English

Project convention: all code comments must be in English.
This commit is contained in:
matevip 2026-05-16 15:34:02 +08:00
parent a386b31e9b
commit c8d908078a

View File

@ -221,7 +221,7 @@ public class FeishuChannelAdapter extends AbstractChannelAdapter {
}
}
})
// 静默忽略消息表情回应事件避免 HandlerNotFoundException
// Silently ignore message reaction events to avoid HandlerNotFoundException
.onP2MessageReactionCreatedV1(new ImService.P2MessageReactionCreatedV1Handler() {
@Override
public void handle(com.lark.oapi.service.im.v1.model.P2MessageReactionCreatedV1 event) {}