mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-24 14:06:41 +00:00
Fix copy-paste typo
This commit is contained in:
parent
68bb8e8b91
commit
afbba219d5
@ -31,7 +31,7 @@ class NewMessage(EventBuilder):
|
||||
if incoming is not None and outgoing is None:
|
||||
outgoing = not incoming
|
||||
elif outgoing is not None and incoming is None:
|
||||
incoming = not incoming
|
||||
incoming = not outgoing
|
||||
|
||||
if incoming and outgoing:
|
||||
self.incoming = self.outgoing = None # Same as no filter
|
||||
|
Loading…
Reference in New Issue
Block a user