From a79cbc5fd69002a635d4822f043404b82660dd46 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Mon, 21 Apr 2025 12:06:00 +0200 Subject: [PATCH] add additional pubkey to blacklist --- utils/utils.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/utils.ts b/utils/utils.ts index e6cb2e9..4da231a 100644 --- a/utils/utils.ts +++ b/utils/utils.ts @@ -83,5 +83,6 @@ export const getProxiedImageUrl = (url: string, width: number, height: number) = export const blacklistPubkeys = new Set([ "0403c86a1bb4cfbc34c8a493fbd1f0d158d42dd06d03eaa3720882a066d3a378", "7444faae22d4d4939c815819dca3c4822c209758bf86afc66365db5f79f67ddb", - "3ffac3a6c859eaaa8cdddb2c7002a6e10b33efeb92d025b14ead6f8a2d656657" + "3ffac3a6c859eaaa8cdddb2c7002a6e10b33efeb92d025b14ead6f8a2d656657", + "5943c88f3c60cd9edb125a668e2911ad419fc04e94549ed96a721901dd958372", ]); \ No newline at end of file