mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #543] [MERGED] feat: |Telegram Bot| add new command to clean invalid jwts #613
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#613
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/543
Author: @dreamhunter2333
Created: 1/4/2025
Status: ✅ Merged
Merged: 1/4/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
bfcea00feat: |Telegram Bot| add new command to clean invalid jwts📊 Changes
3 files changed (+32 additions, -2 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
worker/src/telegram_api/common.ts(+7 -2)📝
worker/src/telegram_api/telegram.ts(+24 -0)📄 Description
PR Type
enhancement
Description
Add new Telegram bot command to clean invalid JWTs.
Update
jwtListToAddressDatafunction to return invalid JWTs.Modify Telegram bot commands list to include the new command.
Update CHANGELOG.md to reflect the new feature.
Changes walkthrough 📝
common.ts
Enhance `jwtListToAddressData` to handle invalid JWTsworker/src/telegram_api/common.ts
jwtListToAddressDatato return invalid JWTs.telegram.ts
Add `cleaninvalidadress` command to Telegram botworker/src/telegram_api/telegram.ts
cleaninvalidadressto Telegram bot.CHANGELOG.md
Update CHANGELOG for new Telegram bot commandCHANGELOG.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.