Skip to content

[hotfix] fix bug in hotline replies

aguestuser requested to merge hotfix-fix-bug-in-hotline-replies into master
  • SYMPTOM: replying to valid hotline message ids throws an invalid/expired hotline message id error
  • CAUSE: refactor in MR !257 (merged) removed kwarg-style arguments for findMemberPhoneNumber but execute.replyToHotlineMessage did not observe the new contract
  • FIX: edit execute.replyToHotlineMessage to observe the new contract

TODO:

  • follow up with an integration test that would have caught this error. (pushing now for expediency b/c feature is likely under use for protests today!)

Merge request reports