uwu
This commit is contained in:
parent
a3f3ccf514
commit
981ead61db
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ export default async (job: Bull.Job<InboxJobData>): Promise<string> => {
|
|||
logger.debug(JSON.stringify(info, null, 2));
|
||||
//#endregion
|
||||
const host = toPuny(new URL(signature.keyId).hostname);
|
||||
logger.warn("Inbox by " + host);
|
||||
|
||||
// interrupt if blocked
|
||||
const meta = await fetchMeta();
|
||||
|
|
Loading…
Add table
Reference in a new issue