This commit is contained in:
idranme
2024-08-23 17:02:31 +08:00
parent e9fb9d1b30
commit d8a63f6561

View File

@@ -98,6 +98,10 @@ export class NTQQGroupApi {
)
return notifies
} else {
invoke({
methodName: ReceiveCmdS.GROUP_NOTIFY,
classNameIsRegister: true,
})
return (await invoke<GroupNotifies>({
methodName: NTMethod.GET_GROUP_NOTICE,
cbCmd: ReceiveCmdS.GROUP_NOTIFY,