diff --git a/WeChatExtension/Rely/Plugin/WeChatExtension.zip b/WeChatExtension/Rely/Plugin/WeChatExtension.zip index 64924b9d..0340cbd2 100644 Binary files a/WeChatExtension/Rely/Plugin/WeChatExtension.zip and b/WeChatExtension/Rely/Plugin/WeChatExtension.zip differ diff --git a/WeChatExtension/Rely/Plugin/WeChatExtension/WeChatExtension.framework/WeChatExtension b/WeChatExtension/Rely/Plugin/WeChatExtension/WeChatExtension.framework/WeChatExtension index 869ed6cf..940c615a 100755 Binary files a/WeChatExtension/Rely/Plugin/WeChatExtension/WeChatExtension.framework/WeChatExtension and b/WeChatExtension/Rely/Plugin/WeChatExtension/WeChatExtension.framework/WeChatExtension differ diff --git a/WeChatExtension/WeChatExtension/Sources/Hook/WeChat+hook.m b/WeChatExtension/WeChatExtension/Sources/Hook/WeChat+hook.m index a7a3994d..ada28c84 100755 --- a/WeChatExtension/WeChatExtension/Sources/Hook/WeChat+hook.m +++ b/WeChatExtension/WeChatExtension/Sources/Hook/WeChat+hook.m @@ -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]; }