Skip to content

Commit

Permalink
Update instances
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Mar 10, 2024
1 parent 9fbd236 commit 8e67ee0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,16 @@
<data android:host="leminal.space" />
<data android:host="lemm.ee" />
<data android:host="lemmings.world" />
<data android:host="lemmus.org" />
<data android:host="lemmy.blahaj.zone" />
<data android:host="lemmy.ca" />
<data android:host="lemmy.dbzer0.com" />
<data android:host="lemmy.eco.br" />
<data android:host="lemmy.kya.moe" />
<data android:host="lemmy.ml" />
<data android:host="lemmy.nz" />
<data android:host="lemmy.one" />
<data android:host="lemmy.sdf.org" />
<data android:host="lemmy.today" />
<data android:host="lemmy.world" />
<data android:host="lemmy.wtf" />
<data android:host="lemmy.zip" />
<data android:host="lemmygrad.ml" />
<data android:host="lemmynsfw.com" />
Expand All @@ -110,6 +107,7 @@
<data android:host="sopuli.xyz" />
<data android:host="startrek.website" />
<data android:host="szmer.info" />
<data android:host="thelemmy.club" />
<data android:host="ttrpg.network" />
<!--#INSTANCE_LIST_END#-->
</intent-filter>
Expand Down
4 changes: 1 addition & 3 deletions ios/Open In Thunder/Resources/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,16 @@ let instances = [
"leminal.space",
"lemm.ee",
"lemmings.world",
"lemmus.org",
"lemmy.blahaj.zone",
"lemmy.ca",
"lemmy.dbzer0.com",
"lemmy.eco.br",
"lemmy.kya.moe",
"lemmy.ml",
"lemmy.nz",
"lemmy.one",
"lemmy.sdf.org",
"lemmy.today",
"lemmy.world",
"lemmy.wtf",
"lemmy.zip",
"lemmygrad.ml",
"lemmynsfw.com",
Expand All @@ -49,6 +46,7 @@ let instances = [
"sopuli.xyz",
"startrek.website",
"szmer.info",
"thelemmy.club",
"ttrpg.network"
];

Expand Down
4 changes: 1 addition & 3 deletions ios/Open In Thunder/Resources/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,16 @@
"*://leminal.space/*",
"*://lemm.ee/*",
"*://lemmings.world/*",
"*://lemmus.org/*",
"*://lemmy.blahaj.zone/*",
"*://lemmy.ca/*",
"*://lemmy.dbzer0.com/*",
"*://lemmy.eco.br/*",
"*://lemmy.kya.moe/*",
"*://lemmy.ml/*",
"*://lemmy.nz/*",
"*://lemmy.one/*",
"*://lemmy.sdf.org/*",
"*://lemmy.today/*",
"*://lemmy.world/*",
"*://lemmy.wtf/*",
"*://lemmy.zip/*",
"*://lemmygrad.ml/*",
"*://lemmynsfw.com/*",
Expand All @@ -67,6 +64,7 @@
"*://sopuli.xyz/*",
"*://startrek.website/*",
"*://szmer.info/*",
"*://thelemmy.club/*",
"*://ttrpg.network/*"
]
}
Expand Down
4 changes: 1 addition & 3 deletions lemmy-instances.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,16 @@ lemdro.id
leminal.space
lemm.ee
lemmings.world
lemmus.org
lemmy.blahaj.zone
lemmy.ca
lemmy.dbzer0.com
lemmy.eco.br
lemmy.kya.moe
lemmy.ml
lemmy.nz
lemmy.one
lemmy.sdf.org
lemmy.today
lemmy.world
lemmy.wtf
lemmy.zip
lemmygrad.ml
lemmynsfw.com
Expand All @@ -48,4 +45,5 @@ slrpnk.net
sopuli.xyz
startrek.website
szmer.info
thelemmy.club
ttrpg.network
4 changes: 1 addition & 3 deletions lib/instances.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,16 @@ const List<String> instances = [
'leminal.space',
'lemm.ee',
'lemmings.world',
'lemmus.org',
'lemmy.blahaj.zone',
'lemmy.ca',
'lemmy.dbzer0.com',
'lemmy.eco.br',
'lemmy.kya.moe',
'lemmy.ml',
'lemmy.nz',
'lemmy.one',
'lemmy.sdf.org',
'lemmy.today',
'lemmy.world',
'lemmy.wtf',
'lemmy.zip',
'lemmygrad.ml',
'lemmynsfw.com',
Expand All @@ -49,5 +46,6 @@ const List<String> instances = [
'sopuli.xyz',
'startrek.website',
'szmer.info',
'thelemmy.club',
'ttrpg.network',
];

0 comments on commit 8e67ee0

Please sign in to comment.