Skip to content

Hotfix track upstream signald mr 14 fixing recipient store

context

changes

modify signald dockerfile to track upstream signald at:

which itself tracks:

side-effect

prevent reregistration job from running by default:

  • since prod now has a captcha requirement for new registrations, the re-registration job will throw confusing errors
  • thus, prevent it from running by default, but allow a dev to trigger it by flipping an env var toggle at runtime

Merge request reports