Skip to content

Commit f39ab5d

Browse files
committed
fix: share post not only with community
1 parent ec5210b commit f39ab5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/nestjs-libraries/src/integrations/social/x.provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ export class XProvider extends SocialAbstract implements SocialProvider {
397397
}),
398398
...(firstPost?.settings?.community
399399
? {
400+
share_with_followers: true,
400401
community_id:
401402
firstPost?.settings?.community?.split('/').pop() || '',
402403
}

0 commit comments

Comments
 (0)