mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
feat: buddy/input-status
This commit is contained in:
parent
6f9d327c5a
commit
bff58f6c20
@ -171,6 +171,10 @@ export class NapCatEventChannel extends
|
||||
}
|
||||
};
|
||||
|
||||
msgListener.onInputStatusPush = async data => {
|
||||
this.emit('buddy/input-status', data);
|
||||
};
|
||||
|
||||
this.core.context.session.getMsgService().addKernelMsgListener(
|
||||
proxiedListenerOf(msgListener, this.core.context.logger) as any,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user