Skip to content

Commit e49a74a

Browse files
committed
🔧 threads: change provider to another instance of FixThreads
1 parent 7267dc0 commit e49a74a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ We're not affiliated with any of these services.
246246
- [fxTikTok](https://github.com/okdargy/fxTikTok)
247247
- [vxreddit](https://github.com/dylanpdx/vxReddit)
248248
- [BiliFix](https://vxbilibili.com/)
249-
- [FixThreads](https://github.com/seriaati/fixthreads)
249+
- [FixThreads](https://github.com/tonghongte/fixthreads)
250250
- [phixiv](https://github.com/thelaao/phixiv)
251251
- [fixDeviantArt](https://github.com/Tschrock/fixdeviantart)
252252
- [FxMastodon](https://fx.zillanlabs.tech/)

src/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ class ThreadsSetting(WebsiteBaseSetting):
12801280
id = 'threads'
12811281
name = 'Threads'
12821282
emoji = discore.config.emoji.threads
1283-
proxies = {"FixThreads": "https://github.com/seriaati/fixthreads"}
1283+
proxies = {"FixThreads": "https://github.com/tonghongte/fixthreads"}
12841284

12851285

12861286
class BlueskySetting(WebsiteBaseSetting):

src/websites.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,8 @@ class ThreadsLink(GenericWebsiteLink):
477477

478478
id = 'threads'
479479
hypertext_label = 'Threads'
480-
fix_domain = "fixthreads.seria.moe"
480+
fix_domain = "drhong.ddns.net:9813"
481+
is_ssl = False
481482
fixer_name = "FixThreads"
482483
routes = generate_routes(
483484
["threads.net", "threads.com"],

0 commit comments

Comments
 (0)