chat routines
This commit is contained in:
SDE
2023-08-08 16:39:01 +03:00
parent 8f3773cda4
commit 0d545172d6
4 changed files with 21 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ def update_chat_ajax(request):
res_Dict.update({
'messages': msgs,
'cur_receiver': receiver,
'modifiedDT': msgs[0].modifiedDT
# 'modifiedDT': msgs[0].modifiedDT
})
html = render_to_string(tpl_name, res_Dict, request=request)