mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-12 04:50:13 +00:00
ssssdd
This commit is contained in:
parent
3e6aabe138
commit
9803161404
@ -19,6 +19,8 @@ export default async function (req: VercelRequest, res: VercelResponse) {
|
|||||||
"inbox": "https://coderrrrr.site/api/activitypub/inbox",
|
"inbox": "https://coderrrrr.site/api/activitypub/inbox",
|
||||||
"preferredUsername": "coder",
|
"preferredUsername": "coder",
|
||||||
"name": "Deva Midhun's blog",
|
"name": "Deva Midhun's blog",
|
||||||
|
"discoverable": true,
|
||||||
|
"indexable": true,
|
||||||
"summary": "Software developer & self-hosting enthusiast.",
|
"summary": "Software developer & self-hosting enthusiast.",
|
||||||
"icon": {
|
"icon": {
|
||||||
"type": "Image",
|
"type": "Image",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
export function verifySignature(signature:any, publicKeyJson:any) {
|
function verifySignature(signature:any, publicKeyJson:any) {
|
||||||
let signatureValid;
|
let signatureValid;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user