Skip to content

Commit

Permalink
Merge pull request #18 from smswithoutborders/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
sherlockwisdom authored Nov 13, 2024
2 parents 6f35c5d + 55cafdd commit a610ab3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bridge_grpc_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,12 @@ def decrypt_message(phone_number, encrypted_content):
ownership_proof_response=decoded_result["auth_code"]
)

# This is a patch
# TODO: Remove this comment and formalize this method, we need to release app
"""
if create_error:
return create_error
"""

if "content_ciphertext" not in decoded_result:
return response(
Expand Down

0 comments on commit a610ab3

Please sign in to comment.