Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 15, 2023
1 parent 0d32b53 commit 54ae275
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/net/dancier/dancer/chat/dto/ChatDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ public class ChatDto {
private List<UUID> participantIds;
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
private OffsetDateTime lastActivity;
@Enumerated(EnumType.STRING)
private ChatType type;
private MessageDto lastMessage;
//private MessageDto lastMessage;
}

0 comments on commit 54ae275

Please sign in to comment.