forked from Mirrors/doipjs
Update default options
This commit is contained in:
parent
007282ef22
commit
1710195211
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ const opts = {
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
bearerToken: null
|
bearerToken: null
|
||||||
|
},
|
||||||
|
activitypub: {
|
||||||
|
acct: null,
|
||||||
|
privateKey: null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue