Make PDAs try to do image embedding like chat app 2024

This commit is contained in:
ShadowLarkens
2024-09-15 14:51:13 -07:00
parent bcd6c9a85a
commit f2345ece95
8 changed files with 646 additions and 458 deletions
+1
View File
@@ -22,6 +22,7 @@
data["silent"] = notify_silent // does the pda make noise when it receives a message?
data["toff"] = toff // is the messenger function turned off?
data["active_conversation"] = active_conversation // Which conversation are we following right now?
data["enable_message_embeds"] = user?.client?.prefs?.read_preference(/datum/preference/toggle/messenger_embeds)
has_back = active_conversation
if(active_conversation)