Skip to content

Commit

Permalink
[fix]:Socket image 저장 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed May 23, 2024
1 parent 5bb90ca commit 799049d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public static ChatContent createChatContent(String userName, String content, Roo
ChatContent chatContent = ChatContent.builder()
.userName(userName)
.content(content)
.image(image)
.time(LocalDateTime.now())
.build();
room.addChatContent(chatContent);
Expand Down

0 comments on commit 799049d

Please sign in to comment.