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

Customized Mastodon & unused plugins disabled by default #19

Merged
merged 1 commit into from
May 14, 2024

Conversation

wm75
Copy link
Member

@wm75 wm75 commented May 14, 2024

No description provided.

@wm75
Copy link
Member Author

wm75 commented May 14, 2024

Disabling unused plugins is necessary to avoid problems with not fully configured variables.

@arash77 eventually, we would likely not want to connect to all configured services on initialization, like e.g. here:

self.blueskysocial = atproto.Client(self.base_url)
self.blueskysocial.login(
login=kwargs.get("username"), password=kwargs.get("password")
)

but only if we need to post something there.

@arash77
Copy link
Collaborator

arash77 commented May 14, 2024

@wm75 I will fix this issue.

@wm75
Copy link
Member Author

wm75 commented May 14, 2024

Great! If you merge this one, I can give my posting another try.

@arash77 arash77 merged commit 9dd1ca3 into main May 14, 2024
1 check passed
@arash77 arash77 deleted the customize-mastodon branch May 14, 2024 13:42
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

Successfully merging this pull request may close these issues.

2 participants