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.
2 parents 0592e5e + 919ec2a commit fb8e05dCopy full SHA for fb8e05d
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