diff --git a/channel/chat_channel.py b/channel/chat_channel.py index f3a6482..b3fb78c 100644 --- a/channel/chat_channel.py +++ b/channel/chat_channel.py @@ -103,7 +103,7 @@ class ChatChannel(Channel): flag = True if match_prefix: content = content.replace(match_prefix, "", 1).strip() - if context["msg"].is_at: + if context["msg"].is_at and context["msg"].to_user_id != context["msg"].actual_user_id: logger.info("[WX]receive group at") if not conf().get("group_at_off", False): flag = True