feat: dynamic bluesky
This commit is contained in:
parent
f2b96c27e0
commit
428932b328
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue