Bump version to 1.1.1: Fix Telegram webhook handling and chat_id saving
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m33s

- Fix TelegramUpdate struct to handle message and edited_message properly
- Fix chat_id saving for messages without text
- Add comprehensive logging for webhook registration
- Improve error handling and diagnostics
This commit is contained in:
poignatov
2025-12-31 19:39:01 +03:00
parent 7398918bc0
commit f8aa81f963
4 changed files with 118 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",