mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Add 'Is Unddit/Pushshift down?' to FAQ
This commit is contained in:
parent
3fab1f398a
commit
d24752db6d
1 changed files with 9 additions and 0 deletions
|
|
@ -88,6 +88,15 @@ const About = props => {
|
|||
It will still be enabled for other sites.
|
||||
</p>
|
||||
</div>
|
||||
<div id='psdown' className={hash == '#psdown' ? 'highlighted' : ''}>
|
||||
<b className='question'><Link to='/about#psdown'>Q:</Link> Is Unddit/Pushshift down?</b>
|
||||
<p>
|
||||
Occasionally, Pushshift (the service used by Unddit) goes offline for a short period.
|
||||
This can result in “Could not get removed comments” errors on Unddit.
|
||||
To check its status, click <a href='https://api.pushshift.io/reddit/comment/search/?size=1&sort=asc&fields=body&q=*&link_id=t4995r'>this direct link to Pushshift</a>.
|
||||
You should either get a short message saying that Pushshift up, or an error.
|
||||
</p>
|
||||
</div>
|
||||
<div id='difference' className={hash == '#difference' ? 'highlighted' : ''}>
|
||||
<b className='question'><Link to='/about#difference'>Q:</Link> What's the difference between Ceddit and Removeddit/Unddit?</b>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue