chat v2
This commit is contained in:
SDE
2023-08-11 16:50:51 +03:00
parent 9c9c1c024c
commit 198dac6ad0
4 changed files with 37 additions and 24 deletions

View File

@@ -31,7 +31,7 @@ def chats_ajax(request):
from ChatServiceApp.funcs import get_chat_receivers_for_user, get_msgs_for_chat_w_users
receivers = get_chat_receivers_for_user(request.user)
receivers, unread_msgs_count = get_chat_receivers_for_user(request.user)
cur_chat_msgs = None