Fix duplicated schema names
This commit is contained in:
parent
32de0683c4
commit
840dd01035
|
@ -281,7 +281,7 @@ defp chat_update_event do
|
|||
|
||||
defp conversation_event do
|
||||
server_sent_event_helper(
|
||||
"Conversation",
|
||||
"Conversation update",
|
||||
"An update about a conversation",
|
||||
"conversation",
|
||||
Conversation
|
||||
|
|
Loading…
Reference in New Issue