Browse Source

Add x.com/twitter.com alias

Since twitter.com now redirects to x.com, accounts created on the old domain aren't detected automatically.
pull/4957/head
Rhys Perry 7 months ago
parent
commit
c4300641a0
Failed to extract signature
  1. 10
      src/static/global_domains.json

10
src/static/global_domains.json

@ -971,5 +971,13 @@
"pinterest.se"
],
"excluded": false
},
{
"type": 91,
"domains": [
"twitter.com",
"x.com"
],
"excluded": false
}
]
]

Loading…
Cancel
Save