feat: dynamic bluesky

This commit is contained in:
Nevo David 2025-08-01 16:33:54 +07:00
parent f2b96c27e0
commit 428932b328
1 changed files with 4 additions and 4 deletions

View File

@ -505,14 +505,14 @@ export class BlueskyProvider extends SocialAbstract implements SocialProvider {
id: string,
integration: Integration
) {
const agent = new BskyAgent({
service: 'https://bsky.social',
});
const body = JSON.parse(
AuthService.fixedDecryption(integration.customInstanceDetails!)
);
const agent = new BskyAgent({
service: body.service,
});
await agent.login({
identifier: body.identifier,
password: body.password,