Skip to content

Commit c783c7c

Browse files
committed
Fix disable webhookReply default
1 parent 33d4c31 commit c783c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/network/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const DEFAULT_EXTENSIONS = {
3434

3535
const DEFAULT_OPTIONS = {
3636
apiRoot: 'https://api.telegram.org',
37-
webhookReply: true,
37+
webhookReply: false,
3838
agent: new https.Agent({
3939
keepAlive: true,
4040
keepAliveMsecs: 10000

0 commit comments

Comments
 (0)