refactor(telegram.provider.tsx): increase the maximum message length from 500 to 4096 characters for better message handling
This commit is contained in:
parent
64d2fddd24
commit
3a7f28af5b
|
|
@ -7,5 +7,5 @@ export default withProvider(
|
|||
async () => {
|
||||
return true;
|
||||
},
|
||||
500
|
||||
4096
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue