Skip to content

Commit

Permalink
bug(Chat): Align chat image patch event name everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruptein committed Jul 1, 2024
1 parent 10f5e1a commit a609d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/api/socket/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def add_chat_message(sid: str, raw_data: Any):

if image_found:
await _send_game(
"Chat.Image.Update",
"Chat.Message.Update",
ApiChatMessageUpdate(id=data.id, message=content),
room=pr.room.get_path(),
)

0 comments on commit a609d64

Please sign in to comment.