Skip to content

Commit

Permalink
Merge branch 'feature/message-websockets' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Nov 28, 2024
2 parents adab2ab + fa00c6e commit 2ca25d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nexus/projects/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def send_message_to_websocket(message):
room_name,
{
"type": "chat_message",
"message": object_data
"message": object_data,
"message_type": "ws",
}
)

0 comments on commit 2ca25d4

Please sign in to comment.