Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-09-13 12:28:01 +03:00

View File

@@ -121,7 +121,7 @@ class ChatConsumer(WebsocketConsumer):
def receive(self, text_data):
def receive(self, text_data=None, bytes_data=None):
print(f'ws receive text_data = {text_data}')
from AuthApp.models import User