Skip to content

Commit

Permalink
Update instances (#1440)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Jun 23, 2024
1 parent 7532804 commit 31294ed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<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" />
Expand Down
1 change: 1 addition & 0 deletions ios/Open In Thunder/Resources/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ let instances = [
"aussie.zone",
"awful.systems",
"beehaw.org",
"burggit.moe",
"discuss.online",
"discuss.tchncs.de",
"feddit.de",
Expand Down
1 change: 1 addition & 0 deletions ios/Open In Thunder/Resources/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"*://aussie.zone/*",
"*://awful.systems/*",
"*://beehaw.org/*",
"*://burggit.moe/*",
"*://discuss.online/*",
"*://discuss.tchncs.de/*",
"*://feddit.de/*",
Expand Down
1 change: 1 addition & 0 deletions lemmy-instances.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ani.social
aussie.zone
awful.systems
beehaw.org
burggit.moe
discuss.online
discuss.tchncs.de
feddit.de
Expand Down
1 change: 1 addition & 0 deletions lib/instances.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const List<String> instances = [
'aussie.zone',
'awful.systems',
'beehaw.org',
'burggit.moe',
'discuss.online',
'discuss.tchncs.de',
'feddit.de',
Expand Down

0 comments on commit 31294ed

Please sign in to comment.