diff --git a/data.json b/data.json index d9b17f66..59ca16a4 100644 --- a/data.json +++ b/data.json @@ -1712,15 +1712,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "Telegram": { - "errorType": "response_url", - "errorUrl": "https://telegram.org", - "rank": 385, - "url": "https://t.me/{}", - "urlMain": "https://t.me/", - "username_claimed": "saman", - "username_unclaimed": "i_do_not_believe_this_account_exists_at_all" - }, "Tellonym.me": { "errorType": "status_code", "rank": 31869, diff --git a/data_bad_site.json b/data_bad_site.json index 7983b01f..956971b2 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -242,6 +242,15 @@ "urlMain": "https://boingboing.net/", "username_claimed": "admin", "username_unclaimed": "noonewouldeverusethis7" + }, + "Telegram": { + "errorType": "response_url", + "errorUrl": "https://telegram.org", + "rank": 385, + "url": "https://t.me/{}", + "urlMain": "https://t.me/", + "username_claimed": "saman", + "username_unclaimed": "i_do_not_believe_this_account_exists_at_all" } } diff --git a/removed_sites.md b/removed_sites.md index 4890d84d..283a1287 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -489,3 +489,17 @@ As of 2020-03-02, boingboing.net requires a login to check if a user exits or no }, ``` +## Telegram + +As of 2020-03-02 Telegram always returns true even though an username is non-existant + +´´´ + "Telegram": { + "errorType": "response_url", + "errorUrl": "https://telegram.org", + "rank": 385, + "url": "https://t.me/{}", + "urlMain": "https://t.me/", + "username_claimed": "saman", + "username_unclaimed": "i_do_not_believe_this_account_exists_at_all" +´´´