merge upstream
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user