diff --git a/src/api/pushshift/index.js b/src/api/pushshift/index.js index 4585a32..53df5b1 100644 --- a/src/api/pushshift/index.js +++ b/src/api/pushshift/index.js @@ -67,7 +67,7 @@ export const getPost = async threadID => { try { return (await fetchJson(`${postURL}${threadID}`)).data[0] } catch (error) { - errorHandler('Could not get removed post', error, 'pushshift.getPost') + errorHandler('Could not get removed/edited post', error, 'pushshift.getPost') } } diff --git a/src/pages/about.js b/src/pages/about.js index ba14c5e..a2e1af3 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -95,7 +95,7 @@ const About = props => { Q: Is Unddit/Pushshift down?
Occasionally, Pushshift (the service used by Unddit) goes offline for a while. - This can result in “Could not get removed comments” errors on Unddit. + This can result in “Could not get removed post/comments” errors on Unddit. To check its status, click this direct link to Pushshift. You should either get a short message saying that Pushshift is up, or an error.