Minor Edit and clear one file

This commit is contained in:
Xamora
2023-11-27 15:47:00 +01:00
parent c16d281892
commit 7b6a8ba57b
3 changed files with 4 additions and 25 deletions

View File

@ -31,6 +31,7 @@ class ChatConsumer(WebsocketConsumer):
self.send(text_data=json.dumps({
'type':'chat',
'username':self.scope["user"].pk,
'message':message
}))