mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-24 13:21:18 +00:00
Exclude lemmy.world (#358)
This commit is contained in:
parent
5009b9fd79
commit
32c900c49b
3 changed files with 1406 additions and 6854 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
Loading…
Reference in a new issue