[PR #254] [MERGED] feat: telegram bot unbind && delete address #485

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

📋 Pull Request Information

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

Base: mainHead: feature/dev


📝 Commits (1)

  • 3e69c4e feat: telegram bot unbind && delete address

📊 Changes

19 files changed (+261 additions, -89 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 frontend/package.json (+1 -1)
📝 worker/src/admin_api/webhook_settings.ts (+3 -5)
📝 worker/src/commom_api.ts (+3 -4)
📝 worker/src/common.ts (+65 -14)
📝 worker/src/constants.ts (+1 -1)
📝 worker/src/email/auto_reply.ts (+0 -1)
📝 worker/src/email/index.ts (+3 -3)
📝 worker/src/mails_api/webhook_settings.ts (+5 -12)
📝 worker/src/models/models.ts (+24 -0)
📝 worker/src/scheduled.ts (+8 -6)
worker/src/telegram_api/common.ts (+35 -0)
📝 worker/src/telegram_api/index.ts (+2 -2)
📝 worker/src/telegram_api/miniapp.ts (+2 -2)
📝 worker/src/telegram_api/settings.ts (+3 -3)
📝 worker/src/telegram_api/telegram.ts (+54 -10)
📝 worker/src/types.d.ts (+9 -0)
📝 worker/src/utils.ts (+39 -20)
📝 worker/src/worker.ts (+3 -5)

📄 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/254 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/20/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`3e69c4e`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/3e69c4e1fdcba3ab9175501762e318f289c44473) feat: telegram bot unbind && delete address ### 📊 Changes **19 files changed** (+261 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `frontend/package.json` (+1 -1) 📝 `worker/src/admin_api/webhook_settings.ts` (+3 -5) 📝 `worker/src/commom_api.ts` (+3 -4) 📝 `worker/src/common.ts` (+65 -14) 📝 `worker/src/constants.ts` (+1 -1) 📝 `worker/src/email/auto_reply.ts` (+0 -1) 📝 `worker/src/email/index.ts` (+3 -3) 📝 `worker/src/mails_api/webhook_settings.ts` (+5 -12) 📝 `worker/src/models/models.ts` (+24 -0) 📝 `worker/src/scheduled.ts` (+8 -6) ➕ `worker/src/telegram_api/common.ts` (+35 -0) 📝 `worker/src/telegram_api/index.ts` (+2 -2) 📝 `worker/src/telegram_api/miniapp.ts` (+2 -2) 📝 `worker/src/telegram_api/settings.ts` (+3 -3) 📝 `worker/src/telegram_api/telegram.ts` (+54 -10) 📝 `worker/src/types.d.ts` (+9 -0) 📝 `worker/src/utils.ts` (+39 -20) 📝 `worker/src/worker.ts` (+3 -5) </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:26 +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#485
No description provided.