Skip to content

Commit

Permalink
Merge pull request #60 from sopel-irc/fixvx
Browse files Browse the repository at this point in the history
Add fixvx.com to default alternate domains
  • Loading branch information
dgw authored Mar 14, 2024
2 parents c0e54f7 + a9c0631 commit 807445b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel_twitter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TwitterSection(StaticSection):
show_quoted_tweets = BooleanAttribute('show_quoted_tweets', default=True)
alternate_domains = ListAttribute(
"alternate_domains",
default=["vxtwitter.com", "nitter.net"],
default=["vxtwitter.com", "fixvx.com", "nitter.net"],
)


Expand Down

0 comments on commit 807445b

Please sign in to comment.