From 0a49d913a8cdd90aec323b7cea5b0ae60a65d901 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Thu, 28 Dec 2017 11:57:28 +1100 Subject: [PATCH] Make it clear that Signal app is not a prerequisite for Signal notifications to work --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3d8fa57..b1846fd8 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ When one of the sensors is triggered (reaches the configured sensitivity thresho - SMS: a message is sent to the number specified when monitoring started - Signal: if configured, can send end-to-end encryption notifications via Signal +Note that it's not necessary to install the Signal app on the device that runs Haven. Doing so may invalidate the app's previous Signal registration and safety numbers. Haven uses APIs to communicate via Signal. + Notifications are sent through a service running in the background that is defined in class `MonitorService`. ### Remote Access