receive files for chat
This commit is contained in:
SDE
2023-09-13 11:54:20 +03:00
parent 2dc85fdb6f
commit 21fb8d0955

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