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 Apr 17, 2024
1 parent fde95c6 commit 310fbd1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https"/>
<!--#AUTO_GEN_INSTANCE_LIST_DO_NOT_TOUCH#-->
<data android:host="aggregatet.org" />
<data android:host="ani.social" />
<data android:host="aussie.zone" />
<data android:host="awful.systems" />
<data android:host="beehaw.org" />
<data android:host="burggit.moe" />
<data android:host="discuss.online" />
<data android:host="discuss.tchncs.de" />
<data android:host="feddit.de" />
<data android:host="feddit.dk" />
<data android:host="feddit.it" />
<data android:host="feddit.nl" />
Expand All @@ -84,7 +86,6 @@
<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 Down
3 changes: 2 additions & 1 deletion ios/Open In Thunder/Resources/content.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
let instances = [
"aggregatet.org",
"ani.social",
"aussie.zone",
"awful.systems",
"beehaw.org",
"burggit.moe",
"discuss.online",
"discuss.tchncs.de",
"feddit.de",
"feddit.dk",
"feddit.it",
"feddit.nl",
Expand All @@ -23,7 +25,6 @@ let instances = [
"lemmy.ca",
"lemmy.dbzer0.com",
"lemmy.eco.br",
"lemmy.kya.moe",
"lemmy.ml",
"lemmy.nz",
"lemmy.one",
Expand Down
3 changes: 2 additions & 1 deletion ios/Open In Thunder/Resources/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@
"content.js"
],
"matches": [
"*://aggregatet.org/*",
"*://ani.social/*",
"*://aussie.zone/*",
"*://awful.systems/*",
"*://beehaw.org/*",
"*://burggit.moe/*",
"*://discuss.online/*",
"*://discuss.tchncs.de/*",
"*://feddit.de/*",
"*://feddit.dk/*",
"*://feddit.it/*",
"*://feddit.nl/*",
Expand All @@ -41,7 +43,6 @@
"*://lemmy.ca/*",
"*://lemmy.dbzer0.com/*",
"*://lemmy.eco.br/*",
"*://lemmy.kya.moe/*",
"*://lemmy.ml/*",
"*://lemmy.nz/*",
"*://lemmy.one/*",
Expand Down
3 changes: 2 additions & 1 deletion lemmy-instances.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
aggregatet.org
ani.social
aussie.zone
awful.systems
beehaw.org
burggit.moe
discuss.online
discuss.tchncs.de
feddit.de
feddit.dk
feddit.it
feddit.nl
Expand All @@ -22,7 +24,6 @@ lemmy.blahaj.zone
lemmy.ca
lemmy.dbzer0.com
lemmy.eco.br
lemmy.kya.moe
lemmy.ml
lemmy.nz
lemmy.one
Expand Down
3 changes: 2 additions & 1 deletion lib/instances.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
const List<String> instances = [
'aggregatet.org',
'ani.social',
'aussie.zone',
'awful.systems',
'beehaw.org',
'burggit.moe',
'discuss.online',
'discuss.tchncs.de',
'feddit.de',
'feddit.dk',
'feddit.it',
'feddit.nl',
Expand All @@ -23,7 +25,6 @@ const List<String> instances = [
'lemmy.ca',
'lemmy.dbzer0.com',
'lemmy.eco.br',
'lemmy.kya.moe',
'lemmy.ml',
'lemmy.nz',
'lemmy.one',
Expand Down

0 comments on commit 310fbd1

Please sign in to comment.