mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-05-15 12:15:52 +03:00
[PR #9] [MERGED] Add ability to expire messages after a timeout #80
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#80
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/NdoleStudio/httpsms/pull/9
Author: @AchoArnold
Created: 7/31/2022
Status: ✅ Merged
Merged: 7/31/2022
Merged by: @AchoArnold
Base:
main← Head:dev📝 Commits (10+)
720f6beFix boot receiver with loggingd192d8fAdd permission to receiver2701ee3Add expired message statuse813f16branch3ff4830Progress0dbd513Undo rename29ca1ccundoing changes5ef16d9Undoing more changesa7da64aAdd validator to events3aafb48Fix the message details page📊 Changes
27 files changed (+729 additions, -127 deletions)
View changed files
📝
android/app/src/main/AndroidManifest.xml(+4 -2)📝
android/app/src/main/java/com/httpsms/FirebaseMessagingService.kt(+14 -5)📝
android/app/src/main/java/com/httpsms/receivers/BootReceiver.kt(+8 -4)📝
api/pkg/entities/message.go(+33 -6)📝
api/pkg/entities/phone.go(+6 -2)📝
api/pkg/entities/user.go(+1 -1)➕
api/pkg/events/message_notification_failed_event.go(+22 -0)📝
api/pkg/events/message_notification_scheduled_event.go(+1 -1)➕
api/pkg/events/message_notification_sent_event.go(+24 -0)➕
api/pkg/events/message_send_expired_check_event.go(+19 -0)📝
api/pkg/events/message_send_expired_event.go(+7 -6)➕
api/pkg/events/message_send_failed_event.go(+22 -0)📝
api/pkg/listeners/message_listener.go(+125 -12)📝
api/pkg/listeners/message_thread_listener.go(+2 -2)📝
api/pkg/listeners/notification_listener.go(+2 -0)📝
api/pkg/requests/message_event_request.go(+11 -7)📝
api/pkg/requests/phone_update_request.go(+17 -5)📝
api/pkg/services/event_dispatcher_service.go(+10 -0)📝
api/pkg/services/message_service.go(+167 -29)📝
api/pkg/services/notification_service.go(+102 -14)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.