Merge pull request #405 from gitroomhq/bugfix-bsky-300-characters
bugfix: 300 character limit in Bluesky
This commit is contained in:
commit
b09cd71576
|
|
@ -6,4 +6,4 @@ export default withProvider(null, undefined, undefined, async (posts) => {
|
|||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
}, 300);
|
||||
|
|
|
|||
Loading…
Reference in New Issue