[fedi] handle when actor is Gone

This commit is contained in:
les
2020-06-01 19:14:46 +02:00
parent ad745a2a24
commit a9eedb7bab

View File

@@ -114,6 +114,10 @@ const Helpers = {
} }
return res.data return res.data
}) })
.catch(e => {
debug(e)
return false
})
if (fedi_user) { if (fedi_user) {
fedi_user = await APUser.create({ ap_id: URL, object: fedi_user }) fedi_user = await APUser.create({ ap_id: URL, object: fedi_user })