handle output of simplex

This commit is contained in:
Juraj Bednar 2024-06-10 00:05:17 +02:00
parent f9ee3027e0
commit ddfc2a7649

View File

@ -50,7 +50,7 @@ function notify {
# LXMF / Reticulum / Sideband
#echo "$1" | LXMF-NotifyBot.py "${LXMF_DESTINATION}" "${LXMF_NAME}" "${LXMF_PROPAGATION}" > /dev/null
# SimpleX
#simplex-chat -e "@${SIMPLEX_DESTINATION} ${1}"
#simplex-chat -e "@${SIMPLEX_DESTINATION} ${1}" > /dev/null
log "Sending notification ${1}"
}