Skip to content

Commit

Permalink
Merge branch 'master' into ocp-apifetch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Oct 22, 2023
2 parents 4697a0b + 458c2cf commit cab0964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extensions/one_click_postage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ XKit.extensions.one_click_postage = new Object({
if (kitty_data.errors === true) {
// We fucked up for some reason.
if (retry_mode !== true) {
this.process(data, state, form_key, "", post_id, caption, tags, reblog_key, m_button, true, root_id, quick_queue_mode);
this.process(data, state, form_key, blog_id, post_id, caption, tags, reblog_key, m_button, true, root_id, quick_queue_mode);
} else {
this.show_error(new Error("Kitty request failed!"), state);
}
Expand Down Expand Up @@ -1266,7 +1266,7 @@ XKit.extensions.one_click_postage = new Object({
})
.catch(error => {
if (error.status == 403 && !retry_mode) {
this.process(data, state, form_key, "", post_id, caption, tags, reblog_key, m_button, true, root_id, quick_queue_mode);
this.process(data, state, form_key, blog_id, post_id, caption, tags, reblog_key, m_button, true, root_id, quick_queue_mode);
return;
}

Expand Down

0 comments on commit cab0964

Please sign in to comment.