remove: todo -> work

This commit is contained in:
手瓜一十雪
2024-11-14 12:44:21 +08:00
parent 71a6c4ccc5
commit 756dea71fc
16 changed files with 24 additions and 25 deletions

View File

@@ -210,7 +210,7 @@ export class NapCatCore {
});
};
groupListener.onMemberListChange = (arg) => {
// todo: 应该加一个内部自己维护的成员变动callback用于判断成员变化通知
// work:应该加一个内部自己维护的成员变动callback用于判断成员变化通知
const groupCode = arg.sceneId.split('_')[0];
if (this.apis.GroupApi.groupMemberCache.has(groupCode)) {
const existMembers = this.apis.GroupApi.groupMemberCache.get(groupCode)!;