txlyre 4 tháng trước cách đây
mục cha
commit
21c10cd54b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      main.py

+ 3 - 0
main.py

@@ -204,6 +204,9 @@ async def handler(event):
     if peer_id not in ALLOWED_GROUPS:
         return
 
+    if not event.sender:
+        return
+
     pending_user = pending.get(event.sender.id)
     if not pending_user:
         return