We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0592e5e commit 919ec2aCopy full SHA for 919ec2a
lib/code_corps_web/channels/conversation_channel.ex
@@ -26,6 +26,7 @@ defmodule CodeCorpsWeb.ConversationChannel do
26
channel = "conversation:#{conversation_part.conversation_id}"
27
event = "new:conversation-part"
28
payload = %{
29
+ author_id: conversation_part.author_id,
30
id: conversation_part.id
31
}
32
0 commit comments