FIX: keywords/ tags not transmitted

FIXES: #21

Contributed by Hartmut
This commit is contained in:
Dominik Meyer 2024-02-27 22:39:38 +01:00
parent d70e2d118a
commit bb3249fb19
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -220,6 +220,10 @@ sub NTFY_Publish_Msg
$message->{priority} = $msg->{priority}; $message->{priority} = $msg->{priority};
} }
if ($msg->{keywords})
{
$message->{tags} = $msg->{keywords};
}
NTFY_LOG(LOG_DEBUG, "Publish:" . Dumper($message)); NTFY_LOG(LOG_DEBUG, "Publish:" . Dumper($message));