merge upstream

This commit is contained in:
2015-09-07 18:11:32 +02:00
parent 510184e398
commit a0307c84b3
2 changed files with 15 additions and 3 deletions

View File

@ -250,7 +250,7 @@ function _send_photo(receiver, file_path, cb_function, cb_extra)
cb_extra = cb_extra
}
-- Call to remove with optional callback
send_photo(receiver, file_path, rmtmp_cb, cb_extra)
send_photo(receiver, file_path, cb_function, cb_extra)
end
-- Download the image and send to receiver, it will be deleted.