From 8426933cd4a0ba16f62f401c16b630ee6d7c45c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Fri, 13 Oct 2023 17:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E7=9B=AE=E5=89=8D=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=9A=84=E7=BE=A4=E7=AE=A1=E7=90=86=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OlivOS/qqRedSDK.py | 1 - 1 file changed, 1 deletion(-) diff --git a/OlivOS/qqRedSDK.py b/OlivOS/qqRedSDK.py index fe3c5536..1d68db3a 100644 --- a/OlivOS/qqRedSDK.py +++ b/OlivOS/qqRedSDK.py @@ -145,7 +145,6 @@ def get_Event_from_SDK(target_event): target_event.data.sender['name'] = target_event.data.sender['nickname'] target_event.data.sender['sex'] = 'unknown' target_event.data.sender['age'] = 0 - target_event.data.sender['role'] = 'member' target_event.data.host_id = None elif 'chatType' in payload_data and payload_data['chatType'] == 1 \ and 'peerUin' in payload_data and type(payload_data['peerUin']) is str \