Telego upgrade #67

Merged
skobkin merged 2 commits from deps_upgrade into main 2025-04-02 16:29:50 +03:00
Owner
  • telego

TODO:

  • Fix message handler after upgrade (opened discussion in telego repo)
- telego TODO: - [ ] Fix message handler after upgrade (opened [discussion](https://github.com/mymmrac/telego/discussions/258) in `telego` repo)
skobkin self-assigned this 2025-04-01 23:19:16 +03:00
skobkin force-pushed deps_upgrade from 5ae44e0125
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
to 5c2f550192
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-01 23:27:12 +03:00
Compare
skobkin changed title from Dependencies upgrade to Telego upgrade 2025-04-01 23:41:51 +03:00
@ -122,0 +134,4 @@
bh.HandleMessage(b.statsHandler, th.CommandEqual("stats"))
bh.HandleMessage(b.helpHandler, th.CommandEqual("help"))
bh.HandleMessage(b.resetHandler, th.CommandEqual("reset"))
bh.HandleMessage(b.textMessageHandler, th.AnyMessageWithText())
Author
Owner

These handlers are just not being called for some reason.

These handlers are just not being called for some reason.
skobkin marked this conversation as resolved
#66 Fixing the bug introduced with middleware upgrade.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
bce5ecd820
skobkin deleted branch deps_upgrade 2025-04-02 16:29:51 +03:00
skobkin referenced this pull request from a commit 2025-04-02 16:29:52 +03:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
skobkin/telegram-ollama-reply-bot!67
No description provided.