modified: src/recv_handler.py

pull/5/head
Bakadax 2025-04-14 19:42:57 +08:00
parent 735dd74450
commit 0a6e14e79b
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ class RecvHandler:
sub_type = raw_message.get("sub_type")
if sub_type == MessageType.Group.normal:
sender_info: dict = raw_message.get("sender")
# 发送者用户信息
user_info: UserInfo = UserInfo(
platform=global_config.platform,