Update messages-recv.ts

This commit is contained in:
azudin
2023-12-02 07:42:21 +08:00
committed by GitHub
parent 29ec56cd88
commit ed6b8a22e4

View File

@@ -400,7 +400,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
const type = (attrs.action === 'block') ? 'add' : 'remove'
ev.emit('blocklist.update', { blocklist, type })
}
}
}
break
case 'link_code_companion_reg':