Skip to content

Commit

Permalink
fix: remove dead instances (#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Dec 2, 2024
1 parent 10102d0 commit 6b7a2f5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/features/auth/login/data/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,14 @@ export const SERVERS_BY_CATEGORY = {
"feddit.nu",
"feddit.cl",
"lemmy.pt",
"dmv.social",
"suppo.fi",
"yall.theatl.social",
"feddit.ro",
"baraza.africa",
"tucson.social",
"real.lemmy.fan",
"lemy.nl",
"lemmy.eus",
"dubvee.org",
"lemmy.id",
"lemmy.bleh.au",
"feddit.uk",
],
games: [
Expand All @@ -60,7 +56,6 @@ export const SERVERS_BY_CATEGORY = {
"dormi.zone",
"eviltoast.org",
"preserve.games",
"derpzilla.net",
],
tech: [
"futurology.today",
Expand All @@ -70,10 +65,8 @@ export const SERVERS_BY_CATEGORY = {
"eviltoast.org",
"lemmy.kde.social",
"lemmy.sdf.org",
"lemmyhub.com",
"linux.community",
"infosec.pub",
"derpzilla.net",
"lemdro.id",
],
niche: [
Expand All @@ -85,14 +78,12 @@ export const SERVERS_BY_CATEGORY = {
"lemmy.radio",
"futurology.today",
"adultswim.fan",
"lemmy.radio",
"psychedelia.ink",
"ani.social",
"vegantheoryclub.org",
"lemmy.vg",
],
activism: ["rblind.com", "badatbeing.social", "slrpnk.net"],
lgbt: ["femboys.bar", "lemmy.blahaj.zone"],
lgbt: ["lemmy.blahaj.zone"],
academia: ["mander.xyz", "literature.cafe", "futurology.today"],
furry: ["pawb.social", "yiffit.net"],
};
Expand Down

0 comments on commit 6b7a2f5

Please sign in to comment.