Ringer is no longer needed to get Ntmessengers recieved. (#69498)

* When getting a message, you will have it sent to your chat regardless of ringer status, as it's unrelated to the ringtone being on/off.
This commit is contained in:
John Willard
2022-09-01 14:44:41 -04:00
committed by GitHub
parent 3d41bd5a62
commit 25ecf75355
@@ -354,7 +354,7 @@
if(signal.data["emojis"] == TRUE)//so will not parse emojis as such from pdas that don't send emojis
inbound_message = emoji_parse(inbound_message)
if(ringer_status && L.is_literate())
if(L.is_literate())
to_chat(L, "<span class='infoplain'>[icon2html(src)] <b>PDA message from [hrefstart][signal.data["name"]] ([signal.data["job"]])[hrefend], </b>[inbound_message] [reply]</span>")