Commit b6860f9a authored by John Red Medrano's avatar John Red Medrano

{dev bugfix} fixing conflicts on broadcast pusher

parent c8576b28
......@@ -240,13 +240,6 @@ def notification_create(form_code, message, account_no,
'cms-notification',
{'message': 'NEW NOTIFICATIONS'}
)
else:
send_broadcast_message(
ROOM,
SENDER,
'NEW NOTIFICATIONS'
)
return True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment