mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[PR #108] [MERGED] Required secret fix #366
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#366
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/108
Author: @alxndrsn
Created: 7/19/2013
Status: ✅ Merged
Merged: 7/19/2013
Merged by: @eyedol
Base:
develop← Head:required-secret-fix📝 Commits (1)
92ca680Removed requirement for empty secret in api response if no secret is set📊 Changes
1 file changed (+7 additions, -8 deletions)
View changed files
📝
smssync/src/org/addhen/smssync/util/MessageSyncUtil.java(+7 -8)📄 Description
Removed the requirement to provide "secret" in API responses if no secret is actually required (previously, an empty secret value was required).
Also cleaned up a couple of uses of TextUtils.isEmpty() combined with redundant null checks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.