From c61dac391c1d8c3408a3d11f74620239152c084e Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Tue, 19 Jul 2022 21:07:14 +0200 Subject: [PATCH] fixed false positive for minds --- sherlock/resources/data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 513db212..9840327c 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2698,10 +2698,11 @@ "username_unclaimed": "noonewouldeverusethis7" }, "minds": { - "errorMsg": "Sorry, this channel doesn't appear to exist", + "errorMsg": "\"valid\":true", "errorType": "message", "url": "https://www.minds.com/{}/", "urlMain": "https://www.minds.com", + "urlProbe": "https://www.minds.com/api/v3/register/validate?username={}", "username_claimed": "john", "username_unclaimed": "noonewouldeverusethis7" }