This commit is contained in:
Deva Midhun 2025-02-08 22:21:08 +00:00
parent 3e6aabe138
commit 9803161404
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ export default async function (req: VercelRequest, res: VercelResponse) {
"inbox": "https://coderrrrr.site/api/activitypub/inbox",
"preferredUsername": "coder",
"name": "Deva Midhun's blog",
"discoverable": true,
"indexable": true,
"summary": "Software developer & self-hosting enthusiast.",
"icon": {
"type": "Image",

View File

@ -1,4 +1,4 @@
export function verifySignature(signature:any, publicKeyJson:any) {
function verifySignature(signature:any, publicKeyJson:any) {
let signatureValid;
try {