Skip to content

Commit b09cd71

Browse files
authored
Merge pull request #405 from gitroomhq/bugfix-bsky-300-characters
bugfix: 300 character limit in Bluesky
2 parents c404028 + 68cae75 commit b09cd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/launches/providers/bluesky/bluesky.provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export default withProvider(null, undefined, undefined, async (posts) => {
66
}
77

88
return true;
9-
});
9+
}, 300);

0 commit comments

Comments
 (0)