From 9ed3e7d0dd2aed57e78d7085e0d4199151859f62 Mon Sep 17 00:00:00 2001 From: SDE Date: Mon, 14 Aug 2023 17:44:52 +0300 Subject: [PATCH] 0.3.16 support chat v3 --- ChatServiceApp/funcs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ChatServiceApp/funcs.py b/ChatServiceApp/funcs.py index f4ab887..ec2d15d 100644 --- a/ChatServiceApp/funcs.py +++ b/ChatServiceApp/funcs.py @@ -113,6 +113,7 @@ def update_chat(data): if ticket: msgs = get_messages_for_ticket(ticket) context_Dict.update({'ticket': ticket}) + res_Dict.update({'ticket': ticket}) context_Dict.update({'messages': msgs}) chat_html = render_to_string(tpl_name, context_Dict)