mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
feat: RecentContact
This commit is contained in:
@@ -7,6 +7,6 @@ export default class GetRecentContact extends BaseAction<void, any> {
|
||||
actionName = ActionName.GetRecentContact;
|
||||
protected async _handle(payload: void) {
|
||||
//没有效果
|
||||
return await NTQQUserApi.getRecentContactListSync();
|
||||
return await NTQQUserApi.getRecentContactListSnapShot(10);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user