mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-24 15:43:25 +08:00
fix alfred tmp group search
This commit is contained in:
parent
b1b947ed5c
commit
48ad0c787e
Binary file not shown.
|
@ -40,7 +40,7 @@
|
|||
GroupStorage *groupStorage = [serviceCenter getService:objc_getClass("GroupStorage")];
|
||||
NSMutableArray<WCContactData *> *array = [NSMutableArray array];
|
||||
[array addObjectsFromArray:[contactStorage GetAllFriendContacts]];
|
||||
[array addObjectsFromArray:[groupStorage GetAllGroups]];
|
||||
[array addObjectsFromArray:[groupStorage GetGroupContactList:0x2 ContactType:0x0]];
|
||||
array;
|
||||
});
|
||||
NSArray<WCContactData *> *results = ({
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
- (WCContactData *)GetGroupContact:(NSString *)session;
|
||||
- (NSArray<WCContactData *> *)GetAllGroups;
|
||||
|
||||
- (NSArray<WCContactData *> *)GetGroupContactList:(NSInteger) arg1 ContactType:(NSInteger) arg2;
|
||||
@end
|
||||
|
||||
@interface MMServiceCenter : NSObject
|
||||
|
|
Loading…
Reference in New Issue
Block a user