mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Factor out setting entities to events
This commit is contained in:
@@ -128,7 +128,6 @@ class NewMessage(EventBuilder):
|
||||
if ori.from_id == ori.to_id.user_id and not ori.fwd_from:
|
||||
event.message.out = True
|
||||
|
||||
event._entities = update._entities
|
||||
return event
|
||||
|
||||
def filter(self, event):
|
||||
|
Reference in New Issue
Block a user