Merge remote-tracking branch 'origin/main'
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}')
|
print(f'ws receive text_data = {text_data}')
|
||||||
|
|
||||||
from AuthApp.models import User
|
from AuthApp.models import User
|
||||||
|
|||||||
Reference in New Issue
Block a user