From ee324bf63d98cb85c916911ca102cfa2ecf19938 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 25 Nov 2024 11:02:57 +0000 Subject: [PATCH] Rename for synapse specific notifications --- scripts/epicyon-notification | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/epicyon-notification b/scripts/epicyon-notification index 5f3cc5d03..1f11443dd 100755 --- a/scripts/epicyon-notification +++ b/scripts/epicyon-notification @@ -66,7 +66,7 @@ function kill_sendxmpp_process { fi } -function matrix_server_message { +function matrix_synapse_server_message { admin_username="$1" notifications_username="$2" message="$3" @@ -183,7 +183,7 @@ function sendNotification { fi if [ -d /etc/matrix ]; then - matrix_server_message "${USERNAME}" "${USERNAME}" "$MESSAGE" + matrix_synapse_server_message "${USERNAME}" "${USERNAME}" "$MESSAGE" hasSent=1 fi