Speech image publishing #11

Merged
prkirby merged 3 commits from speech-image-publishing into master 2019-01-28 23:39:31 +01:00
Showing only changes of commit b78cd0a2fc - Show all commits

View file

@ -52,8 +52,6 @@ class LBRY_Speech
$all_media = $this->find_media($post_id);
error_log(print_r($all_media, true));
// IDEA: Notify user if post save time will take a while
if ($all_media) {
$requests = array();
@ -73,9 +71,6 @@ class LBRY_Speech
if (!empty($speech_channel) && !empty($speech_pw)) {
$params['channelName'] = '@' . $speech_channel;
$params['channelPassword'] = $speech_pw;
error_log($params['channelName']);
error_log($params['channelPassword']);
}
$ch = $this->build_request('publish', $params);