bugfix: 300 character limit in Bluesky

This commit is contained in:
jamesread 2024-10-28 23:42:03 +00:00
parent 48634c554b
commit 68cae75569
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);