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 Jul 8, 2024
1 parent 8e4027e commit 1ac0ae2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
<data android:host="feddit.it" />
<data android:host="feddit.nl" />
<data android:host="feddit.nu" />
<data android:host="feddit.org" />
<data android:host="feddit.uk" />
<data android:host="hexbear.net" />
<data android:host="infosec.pub" />
<data android:host="jlai.lu" />
<data android:host="lemdro.id" />
Expand All @@ -98,6 +98,7 @@
<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" />
Expand All @@ -111,7 +112,6 @@
<data android:host="lemy.lol" />
<data android:host="mander.xyz" />
<data android:host="midwest.social" />
<data android:host="monero.town" />
<data android:host="pawb.social" />
<data android:host="programming.dev" />
<data android:host="reddthat.com" />
Expand Down
4 changes: 2 additions & 2 deletions ios/Open In Thunder/Resources/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let instances = [
"feddit.it",
"feddit.nl",
"feddit.nu",
"feddit.org",
"feddit.uk",
"hexbear.net",
"infosec.pub",
"jlai.lu",
"lemdro.id",
Expand All @@ -23,6 +23,7 @@ let instances = [
"lemmy.ca",
"lemmy.dbzer0.com",
"lemmy.eco.br",
"lemmy.kya.moe",
"lemmy.ml",
"lemmy.nz",
"lemmy.one",
Expand All @@ -36,7 +37,6 @@ let instances = [
"lemy.lol",
"mander.xyz",
"midwest.social",
"monero.town",
"pawb.social",
"programming.dev",
"reddthat.com",
Expand Down
4 changes: 2 additions & 2 deletions ios/Open In Thunder/Resources/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"*://feddit.it/*",
"*://feddit.nl/*",
"*://feddit.nu/*",
"*://feddit.org/*",
"*://feddit.uk/*",
"*://hexbear.net/*",
"*://infosec.pub/*",
"*://jlai.lu/*",
"*://lemdro.id/*",
Expand All @@ -41,6 +41,7 @@
"*://lemmy.ca/*",
"*://lemmy.dbzer0.com/*",
"*://lemmy.eco.br/*",
"*://lemmy.kya.moe/*",
"*://lemmy.ml/*",
"*://lemmy.nz/*",
"*://lemmy.one/*",
Expand All @@ -54,7 +55,6 @@
"*://lemy.lol/*",
"*://mander.xyz/*",
"*://midwest.social/*",
"*://monero.town/*",
"*://pawb.social/*",
"*://programming.dev/*",
"*://reddthat.com/*",
Expand Down
4 changes: 2 additions & 2 deletions lemmy-instances.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ feddit.dk
feddit.it
feddit.nl
feddit.nu
feddit.org
feddit.uk
hexbear.net
infosec.pub
jlai.lu
lemdro.id
Expand All @@ -22,6 +22,7 @@ lemmy.blahaj.zone
lemmy.ca
lemmy.dbzer0.com
lemmy.eco.br
lemmy.kya.moe
lemmy.ml
lemmy.nz
lemmy.one
Expand All @@ -35,7 +36,6 @@ lemmynsfw.com
lemy.lol
mander.xyz
midwest.social
monero.town
pawb.social
programming.dev
reddthat.com
Expand Down
4 changes: 2 additions & 2 deletions lib/instances.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const List<String> instances = [
'feddit.it',
'feddit.nl',
'feddit.nu',
'feddit.org',
'feddit.uk',
'hexbear.net',
'infosec.pub',
'jlai.lu',
'lemdro.id',
Expand All @@ -23,6 +23,7 @@ const List<String> instances = [
'lemmy.ca',
'lemmy.dbzer0.com',
'lemmy.eco.br',
'lemmy.kya.moe',
'lemmy.ml',
'lemmy.nz',
'lemmy.one',
Expand All @@ -36,7 +37,6 @@ const List<String> instances = [
'lemy.lol',
'mander.xyz',
'midwest.social',
'monero.town',
'pawb.social',
'programming.dev',
'reddthat.com',
Expand Down

0 comments on commit 1ac0ae2

Please sign in to comment.