|
|
|
@ -49,8 +49,7 @@ class OnlineUserConsumer(WebsocketConsumer):
|
|
|
|
|
customer_connections = []
|
|
|
|
|
staff_connections = []
|
|
|
|
|
for connection in sorted_connections:
|
|
|
|
|
print('hi')
|
|
|
|
|
|
|
|
|
|
staff_connections.append(connection)
|
|
|
|
|
event = {
|
|
|
|
|
'type': 'online_user_connection_handler',
|
|
|
|
|
'staff_connections': staff_connections,
|
|
|
|
|