Skip to content

Commit

Permalink
with message
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 15, 2023
1 parent 71b1d52 commit a6885d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/dancier/dancer/chat/dto/ChatDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public class ChatDto {
//2023-12-15T13:00:23.897543763Z
// @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
private OffsetDateTime lastActivity;
// private MessageDto lastMessage;
private MessageDto lastMessage;
// private OffsetDateTime createdAt;
}

0 comments on commit a6885d0

Please sign in to comment.