Merge remote-tracking branch 'origin/stop-propagation-of-updates' into stop-propagation-of-updates

This commit is contained in:
JosXa 2018-02-27 03:48:22 +01:00
commit e973d10bfd
2 changed files with 8 additions and 9 deletions

View File

@ -1873,7 +1873,6 @@ class TelegramClient(TelegramBareClient):
The event builder class or instance to be used,
for instance ``events.NewMessage``.
"""
def decorator(f):
self.add_event_handler(f, event)
return f