From c4300641a0aec7cc0e94beb48c4274939c1aa434 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Sun, 15 Sep 2024 16:57:45 +0100 Subject: [PATCH] Add x.com/twitter.com alias Since twitter.com now redirects to x.com, accounts created on the old domain aren't detected automatically. --- src/static/global_domains.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/static/global_domains.json b/src/static/global_domains.json index e3f08813..1f95976e 100644 --- a/src/static/global_domains.json +++ b/src/static/global_domains.json @@ -971,5 +971,13 @@ "pinterest.se" ], "excluded": false + }, + { + "type": 91, + "domains": [ + "twitter.com", + "x.com" + ], + "excluded": false } -] \ No newline at end of file +]