Ein send_typing zu viel

This commit is contained in:
Andreas Bielawski 2016-07-05 19:25:06 +02:00
parent 153da30435
commit b22f30d2cf

View File

@ -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)