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": [
|
||||
"lemmy.ml",
|
||||
"lemm.ee",
|
||||
"lemmy.world",
|
||||
"feddit.it",
|
||||
"lemmygrad.ml",
|
||||
"reddthat.com",
|
||||
|
@ -24,6 +23,7 @@
|
|||
"bakchodi.org",
|
||||
"lemmy.comfysnug.space",
|
||||
"rqd2.net",
|
||||
"test.hexbear.net"
|
||||
"test.hexbear.net",
|
||||
"lemmy.world"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -201,11 +201,6 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
|
|||
languages: ["en"],
|
||||
topics: [GENERAL],
|
||||
},
|
||||
{
|
||||
domain: "lemmy.world",
|
||||
languages: ["en"],
|
||||
topics: [GENERAL],
|
||||
},
|
||||
{
|
||||
domain: "startrek.website",
|
||||
languages: ["en"],
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue