Skip to content

Commit

Permalink
Revert "fix: Enable perfect forward secrecy"
Browse files Browse the repository at this point in the history
This reverts commit 2f8b2a6.
  • Loading branch information
otomir23 committed Dec 17, 2024
1 parent 2f8b2a6 commit f76530e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/telegram/bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const bot = new TelegramClient({
apiHash: env.API_HASH,
storage: "data/session",
logLevel: 5,
network: { usePfs: true },
})

const dp = Dispatcher.for(bot)
Expand Down

0 comments on commit f76530e

Please sign in to comment.