mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-23 01:46:35 +03: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