mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #675] [MERGED] feature: update address updated_at in multi api #694
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#694
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/675
Author: @dreamhunter2333
Created: 6/20/2025
Status: ✅ Merged
Merged: 6/20/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
89fb32afeature: update address updated_at in multi api📊 Changes
2 files changed (+36 additions, -9 deletions)
View changed files
📝
worker/src/mails_api/index.ts(+26 -9)📝
worker/src/user_api/settings.ts(+10 -0)📄 Description
PR Type
enhancement, bug fix
Description
Add
updateAddressUpdatedAtfunction to updateupdated_atfield.Refactor code to use
updateAddressUpdatedAtfunction.Handle missing address gracefully in
updateAddressUpdatedAt.Improve error handling with warnings for failed updates.
Changes walkthrough 📝
index.ts
Enhance address update logic and error handlingworker/src/mails_api/index.ts
updateAddressUpdatedAtfunction for updating timestamps.settings.ts
Update user address timestamps and error handlingworker/src/user_api/settings.ts
updated_atfor user addresses.UserBindAddressModule.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.