bugfix: 300 character limit in Bluesky
This commit is contained in:
parent
48634c554b
commit
68cae75569
|
|
@ -6,4 +6,4 @@ export default withProvider(null, undefined, undefined, async (posts) => {
|
|||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
}, 300);
|
||||
|
|
|
|||
Loading…
Reference in New Issue