Merge pull request #405 from gitroomhq/bugfix-bsky-300-characters

bugfix: 300 character limit in Bluesky
This commit is contained in:
James Read 2024-10-29 00:21:45 +00:00 committed by GitHub
commit b09cd71576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ export default withProvider(null, undefined, undefined, async (posts) => {
}
return true;
});
}, 300);