diff --git a/osinaweb/support/__pycache__/consumers.cpython-310.pyc b/osinaweb/support/__pycache__/consumers.cpython-310.pyc index aa6a699c..fb218f63 100644 Binary files a/osinaweb/support/__pycache__/consumers.cpython-310.pyc and b/osinaweb/support/__pycache__/consumers.cpython-310.pyc differ diff --git a/osinaweb/support/consumers.py b/osinaweb/support/consumers.py index 11cb774b..6651fddf 100644 --- a/osinaweb/support/consumers.py +++ b/osinaweb/support/consumers.py @@ -184,7 +184,10 @@ class TicketRoomConsumer(WebsocketConsumer): 'connections': event['connections'], 'user': event['user'] } - + + self.send(text_data=json.dumps({ + 'event_type': 'user_status', + }))