Skip to content

Commit

Permalink
Merge pull request #405 from gitroomhq/bugfix-bsky-300-characters
Browse files Browse the repository at this point in the history
bugfix: 300 character limit in Bluesky
  • Loading branch information
jamesread authored Oct 29, 2024
2 parents c404028 + 68cae75 commit b09cd71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export default withProvider(null, undefined, undefined, async (posts) => {
}

return true;
});
}, 300);

0 comments on commit b09cd71

Please sign in to comment.