Skip to content

Commit

Permalink
fix: Disable catchUp
Browse files Browse the repository at this point in the history
  • Loading branch information
otomir23 committed Aug 20, 2024
1 parent 13ec7fc commit 291adab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/telegram/bot/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const bot = new TelegramClient({
apiId: env.API_ID,
apiHash: env.API_HASH,
storage: "data/session",
updates: {
catchUp: true,
},
})

const dp = Dispatcher.for(bot)
Expand Down

0 comments on commit 291adab

Please sign in to comment.