mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-30 22:46:40 +00:00 
			
		
		
		
	fix: mah adapter 不能接受好友请求
This commit is contained in:
		| @@ -36,7 +36,8 @@ class NewFriendRequestEvent(RequestEvent): | ||||
|                                       'eventId': self.event_id, | ||||
|                                       'groupId': self.group_id, | ||||
|                                       'fromId': self.from_id, | ||||
|                                       'operate': 0 | ||||
|                                       'operate': 0, | ||||
|                                       'message': '' | ||||
|                                   }) | ||||
|  | ||||
|     async def reject(self, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user