Merge pull request #625 from sdgsnehal/bugfix/telegram_textcut
refactor(telegram.provider.tsx): increase the maximum message length
This commit is contained in:
commit
0bcadbe7f9
|
|
@ -7,5 +7,5 @@ export default withProvider(
|
|||
async () => {
|
||||
return true;
|
||||
},
|
||||
500
|
||||
4096
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue