mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 07:45:53 +03:00
[PR #63] [CLOSED] After processing an sms trigger a task #356
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#356
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/ushahidi/SMSSync/pull/63
Author: @svenstm
Created: 11/22/2012
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (1)
92acba7After processing an sms trigger a task📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝
smssync/src/org/addhen/smssync/ProcessSms.java(+8 -0)📄 Description
After receiving an SMS I would like to reply with my own message, but asynchronous. So I set SMS which needs to be send in reply on the webserver, but then I have to wait for the Task Sync service to get the reply.
I added this line of code to immediatly after processing the sms to check if there is already a message which needs to be send (in reply).
I hope you find this a usefull addition.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.