We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adb81e commit 8133e16Copy full SHA for 8133e16
code/modules/tgs/v5/commands.dm
@@ -35,7 +35,7 @@
35
if(sc)
36
var/datum/tgs_message_content/response = sc.Run(u, params)
37
response = UpgradeDeprecatedCommandResponse(response, command)
38
-
+
39
var/list/topic_response = TopicResponse()
40
topic_response[DMAPI5_TOPIC_RESPONSE_COMMAND_RESPONSE_MESSAGE] = response?.text
41
topic_response[DMAPI5_TOPIC_RESPONSE_COMMAND_RESPONSE] = response?._interop_serialize()
code/modules/tgs/v5/serializers.dm
@@ -43,7 +43,7 @@
43
. = ..()
44
.["iconUrl"] = icon_url
45
.["proxyIconUrl"] = proxy_icon_url
46
47
/datum/tgs_chat_embed/footer/_interop_serialize()
48
return list(
49
"text" = text,
0 commit comments