parent
d70e2d118a
commit
bb3249fb19
@ -220,6 +220,10 @@ sub NTFY_Publish_Msg
|
||||
$message->{priority} = $msg->{priority};
|
||||
}
|
||||
|
||||
if ($msg->{keywords})
|
||||
{
|
||||
$message->{tags} = $msg->{keywords};
|
||||
}
|
||||
|
||||
|
||||
NTFY_LOG(LOG_DEBUG, "Publish:" . Dumper($message));
|
||||
|
Loading…
Reference in New Issue
Block a user