mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-22 07:07:53 +00:00
fix: fix message receive for 22xxx
This commit is contained in:
parent
c1086a704f
commit
a55fb930ab
@ -67,6 +67,7 @@ const dispatcher = async (
|
|||||||
payload: unknown,
|
payload: unknown,
|
||||||
) => {
|
) => {
|
||||||
switch (method) {
|
switch (method) {
|
||||||
|
case 'nodeIKernelMsgListener/onRecvActiveMsg':
|
||||||
case 'nodeIKernelMsgListener/onRecvMsg': {
|
case 'nodeIKernelMsgListener/onRecvMsg': {
|
||||||
const { msgList } = payload as OnRecvMsg
|
const { msgList } = payload as OnRecvMsg
|
||||||
|
|
||||||
|
@ -58,6 +58,7 @@ const dispatcher = async (
|
|||||||
payload: unknown,
|
payload: unknown,
|
||||||
) => {
|
) => {
|
||||||
switch (method) {
|
switch (method) {
|
||||||
|
case 'nodeIKernelMsgListener/onRecvActiveMsg':
|
||||||
case 'nodeIKernelMsgListener/onRecvMsg': {
|
case 'nodeIKernelMsgListener/onRecvMsg': {
|
||||||
const { msgList } = payload as OnRecvMsg
|
const { msgList } = payload as OnRecvMsg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user