[PR #269] [MERGED] feat: telegram bot global push #498

Closed
opened 2026-02-26 21:31:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/269
Author: @dreamhunter2333
Created: 5/25/2024
Status: Merged
Merged: 5/25/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 44830df feat: telegram bot global push

📊 Changes

24 files changed (+232 additions, -147 deletions)

View changed files

📝 CHANGELOG.md (+6 -0)
📝 frontend/src/views/admin/AccountSettings.vue (+10 -1)
📝 frontend/src/views/admin/Telegram.vue (+22 -2)
📝 vitepress-docs/docs/en/cli.md (+5 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+5 -0)
📝 worker/src/admin_api/admin_user_api.ts (+19 -12)
📝 worker/src/admin_api/cleanup_api.ts (+7 -4)
📝 worker/src/admin_api/index.ts (+20 -13)
📝 worker/src/admin_api/webhook_settings.ts (+1 -1)
📝 worker/src/constants.ts (+1 -0)
📝 worker/src/mails_api/send_mail_api.ts (+37 -2)
📝 worker/src/mails_api/webhook_settings.ts (+1 -1)
worker/src/models/index.js (+0 -87)
📝 worker/src/models/index.ts (+34 -0)
📝 worker/src/scheduled.ts (+1 -1)
📝 worker/src/telegram_api/miniapp.ts (+7 -1)
📝 worker/src/telegram_api/settings.ts (+9 -2)
📝 worker/src/telegram_api/telegram.ts (+9 -0)
📝 worker/src/types.d.ts (+1 -0)
📝 worker/src/user_api/bind_address.ts (+9 -6)

...and 4 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/269 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/25/2024 **Status:** ✅ Merged **Merged:** 5/25/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`44830df`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/44830dfdd6ca0c2fe9cf9d2bc242be4621ed458d) feat: telegram bot global push ### 📊 Changes **24 files changed** (+232 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -0) 📝 `frontend/src/views/admin/AccountSettings.vue` (+10 -1) 📝 `frontend/src/views/admin/Telegram.vue` (+22 -2) 📝 `vitepress-docs/docs/en/cli.md` (+5 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+5 -0) 📝 `worker/src/admin_api/admin_user_api.ts` (+19 -12) 📝 `worker/src/admin_api/cleanup_api.ts` (+7 -4) 📝 `worker/src/admin_api/index.ts` (+20 -13) 📝 `worker/src/admin_api/webhook_settings.ts` (+1 -1) 📝 `worker/src/constants.ts` (+1 -0) 📝 `worker/src/mails_api/send_mail_api.ts` (+37 -2) 📝 `worker/src/mails_api/webhook_settings.ts` (+1 -1) ➖ `worker/src/models/index.js` (+0 -87) 📝 `worker/src/models/index.ts` (+34 -0) 📝 `worker/src/scheduled.ts` (+1 -1) 📝 `worker/src/telegram_api/miniapp.ts` (+7 -1) 📝 `worker/src/telegram_api/settings.ts` (+9 -2) 📝 `worker/src/telegram_api/telegram.ts` (+9 -0) 📝 `worker/src/types.d.ts` (+1 -0) 📝 `worker/src/user_api/bind_address.ts` (+9 -6) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:31:29 +03:00
Sign in to join this conversation.
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
starred/cloudflare_temp_email#498
No description provided.