From ea6e62776969a9003c42eb664152d7b3fb284e23 Mon Sep 17 00:00:00 2001
From: good-karma <feruz@esteem.app>
Date: Thu, 12 Nov 2020 15:57:49 -0500
Subject: [PATCH] Update blacklist.ts

---
 src/blacklist.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/blacklist.ts b/src/blacklist.ts
index dcfc652..3f4c0cc 100644
--- a/src/blacklist.ts
+++ b/src/blacklist.ts
@@ -139,7 +139,8 @@ export const imageBlacklist: Blacklist<string> = [
     'https://files.peakd.com/file/peakd-hive/keitosama/jt2pO1Up-2937011E-A569-4B4E-ACEB-99EB84D7338E.jpeg',
     'https://files.peakd.com/file/peakd-hive/keitosama/2hFgqkAR-BB22FD34-073B-4CC8-92AF-BFA4EF538AD6.jpeg',
     'https://files.peakd.com/file/peakd-hive/keitosama/uxutlPV4-9C1D4EEB-2A82-403B-A5CD-A5CFB0E8C012.jpeg',
-    'https://files.peakd.com/file/peakd-hive/keitosama/i9jskuOZ-668CA97C-B1C8-4336-98E3-D325DCFF7047.jpeg'
+    'https://files.peakd.com/file/peakd-hive/keitosama/i9jskuOZ-668CA97C-B1C8-4336-98E3-D325DCFF7047.jpeg',
+    'https://images.hive.blog/DQmNvk94uq6VAgS3t4zAeQCezGCToqGNsUkv4fkPo4NwVDm/image.png'
   ]
 
 export const accountBlacklist: Blacklist<string> = [
-- 
GitLab