Skip to content

Commit 3a7f28a

Browse files
committed
refactor(telegram.provider.tsx): increase the maximum message length from 500 to 4096 characters for better message handling
1 parent 64d2fdd commit 3a7f28a

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)