0.7.27
receive files for chat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user