From b22f30d2cfcb93ca384ea866e1b15bc6fca02a57 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 5 Jul 2016 19:25:06 +0200 Subject: [PATCH] Ein send_typing zu viel --- otouto/plugins/images.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/otouto/plugins/images.lua b/otouto/plugins/images.lua index 74de865..fd7289e 100644 --- a/otouto/plugins/images.lua +++ b/otouto/plugins/images.lua @@ -7,7 +7,6 @@ images.triggers = { } function images:action(msg) - utilities.send_typing(self, msg.chat.id, 'upload_photo') local url = matches[1] local file, last_modified, nocache = get_cached_file(url, nil, msg.chat.id, 'upload_photo', self) local result = utilities.send_photo(self, msg.chat.id, file, nil, msg.message_id)