Exclude lemmy.world (#358)

This commit is contained in:
Nutomic 2024-09-09 20:56:27 +02:00 committed by GitHub
parent 5009b9fd79
commit 32c900c49b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1406 additions and 6854 deletions

View file

@ -2,7 +2,6 @@
"start_scan_instances": [ "start_scan_instances": [
"lemmy.ml", "lemmy.ml",
"lemm.ee", "lemm.ee",
"lemmy.world",
"feddit.it", "feddit.it",
"lemmygrad.ml", "lemmygrad.ml",
"reddthat.com", "reddthat.com",
@ -24,6 +23,7 @@
"bakchodi.org", "bakchodi.org",
"lemmy.comfysnug.space", "lemmy.comfysnug.space",
"rqd2.net", "rqd2.net",
"test.hexbear.net" "test.hexbear.net",
"lemmy.world"
] ]
} }

View file

@ -201,11 +201,6 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
languages: ["en"], languages: ["en"],
topics: [GENERAL], topics: [GENERAL],
}, },
{
domain: "lemmy.world",
languages: ["en"],
topics: [GENERAL],
},
{ {
domain: "startrek.website", domain: "startrek.website",
languages: ["en"], languages: ["en"],

File diff suppressed because one or more lines are too long