0.12.20 timezone in chat messages
This commit is contained in:
@@ -288,6 +288,9 @@ def send_msg(data):
|
||||
|
||||
def get_chat_page_content_html(request, receiver_id=None):
|
||||
from AuthApp.models import User
|
||||
from django.utils import timezone
|
||||
|
||||
now = timezone.now()
|
||||
|
||||
msgs = []
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user