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