Skip to content

Commit 0bcadbe

Browse files
authored
Merge pull request #625 from sdgsnehal/bugfix/telegram_textcut
refactor(telegram.provider.tsx): increase the maximum message length
2 parents 64d2fdd + 3a7f28a commit 0bcadbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/launches/providers/telegram/telegram.provider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export default withProvider(
77
async () => {
88
return true;
99
},
10-
500
10+
4096
1111
);

0 commit comments

Comments
 (0)