Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmao committed Jul 13, 2020
1 parent 57b3029 commit c8f0418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified WeChatExtension/Rely/Plugin/WeChatExtension.zip
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions WeChatExtension/WeChatExtension/Sources/Hook/WeChat+hook.m
Original file line number Diff line number Diff line change
Expand Up @@ -951,9 +951,9 @@ - (void)windowsWillMiniaturize:(NSNotification *)notification {
#pragma mark -
- (void)hook_UpdateGroupMemberDetailIfNeeded:(id)arg1 withCompletion:(id)arg2
{
if ([TKWeChatPluginConfig sharedConfig].quitMonitorEnable) {
[[YMIMContactsManager shareInstance] monitorQuitGroup:arg1];
}
// if ([TKWeChatPluginConfig sharedConfig].quitMonitorEnable) {
// [[YMIMContactsManager shareInstance] monitorQuitGroup:arg1];
// }
[self hook_UpdateGroupMemberDetailIfNeeded:arg1 withCompletion:arg2];
}

Expand Down

0 comments on commit c8f0418

Please sign in to comment.