mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-11 11:30:39 +00:00
Fix copy-paste typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user