From e144c2f8d989213e2b7589829188d35b69aabbdb Mon Sep 17 00:00:00 2001 From: dwro0121 Date: Wed, 16 Aug 2023 19:11:48 +0900 Subject: [PATCH] bugfix:room_invitation_payload --- src/wechaty_puppet_service/puppet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wechaty_puppet_service/puppet.py b/src/wechaty_puppet_service/puppet.py index c96fa94..49ca260 100644 --- a/src/wechaty_puppet_service/puppet.py +++ b/src/wechaty_puppet_service/puppet.py @@ -675,7 +675,7 @@ async def room_invitation_payload(self, id=room_invitation_id, payload=payload ) - return RoomInvitationPayload(**response.to_dict()) + return response async def room_invitation_accept(self, room_invitation_id: str) -> None: """