Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gotosocial compatibility #35

Open
mirabilos opened this issue Nov 6, 2022 · 0 comments
Open

gotosocial compatibility #35

mirabilos opened this issue Nov 6, 2022 · 0 comments

Comments

@mirabilos
Copy link

--- a/feediverse.py
+++ b/feediverse.py
@@ -37,6 +37,7 @@ def main():
     config = read_config(config_file)
 
     masto = Mastodon(
+        version_check_mode="none",
         api_base_url=config['url'],
         client_id=config['client_id'],
         client_secret=config['client_secret'],

Note, this needs (possibly manual) backporting of some python3-mastodon commits from today as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant