From a405d4ff4efdd444762fb00cd7015fb604d9e8e7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 29 Jun 2023 01:50:28 +0000 Subject: [PATCH] Update TGS DMAPI --- code/modules/tgs/v5/commands.dm | 2 +- code/modules/tgs/v5/serializers.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/tgs/v5/commands.dm b/code/modules/tgs/v5/commands.dm index c8f538db59323..a832c81f172d8 100644 --- a/code/modules/tgs/v5/commands.dm +++ b/code/modules/tgs/v5/commands.dm @@ -35,7 +35,7 @@ if(sc) var/datum/tgs_message_content/response = sc.Run(u, params) response = UpgradeDeprecatedCommandResponse(response, command) - + var/list/topic_response = TopicResponse() topic_response[DMAPI5_TOPIC_RESPONSE_COMMAND_RESPONSE_MESSAGE] = response?.text topic_response[DMAPI5_TOPIC_RESPONSE_COMMAND_RESPONSE] = response?._interop_serialize() diff --git a/code/modules/tgs/v5/serializers.dm b/code/modules/tgs/v5/serializers.dm index 3a6fbe6be3444..7f9bc731b792c 100644 --- a/code/modules/tgs/v5/serializers.dm +++ b/code/modules/tgs/v5/serializers.dm @@ -43,7 +43,7 @@ . = ..() .["iconUrl"] = icon_url .["proxyIconUrl"] = proxy_icon_url - + /datum/tgs_chat_embed/footer/_interop_serialize() return list( "text" = text,