main
emile 10 months ago
parent 0a7315949f
commit 82c6b95629

Binary file not shown.

@ -172,7 +172,7 @@ class TicketRoomConsumer(WebsocketConsumer):
connections = TicketConnection.objects.filter(ticket=self.ticket, terminated_at__isnull=True)
event = {
'type': 'user_connection_handler',
'user': self.scope['user'],
'user': self.user,
'connections': connections,
}
async_to_sync(self.channel_layer.group_send)(

Loading…
Cancel
Save