Merge pull request #625 from sdgsnehal/bugfix/telegram_textcut

refactor(telegram.provider.tsx): increase the maximum message length
This commit is contained in:
egelhaus 2025-02-26 12:30:39 +01:00 committed by GitHub
commit 0bcadbe7f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ export default withProvider(
async () => {
return true;
},
500
4096
);