mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Do not react to lack of setup
This commit is contained in:
parent
3c1302c150
commit
37fe998fd8
1 changed files with 1 additions and 3 deletions
|
@ -58,9 +58,7 @@ module.exports.fn = async (data, opts) => {
|
|||
try {
|
||||
validator.isURL(opts.claims.activitypub.url)
|
||||
isConfigured = true
|
||||
} catch (err) {
|
||||
console.log(`ActivityPub fetcher was not set up (${err.message})`)
|
||||
}
|
||||
} catch (_) {}
|
||||
|
||||
const now = new Date()
|
||||
const { host, pathname, search } = new URL(data.url)
|
||||
|
|
Loading…
Reference in a new issue