Skip to content

Commit

Permalink
with timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 15, 2023
1 parent 6f98c70 commit 8d895fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/dancier/dancer/chat/dto/ChatDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
public class ChatDto {
private UUID chatId;
private List<UUID> participantIds;
// @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
// private OffsetDateTime lastActivity;
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
private OffsetDateTime lastActivity;
// private MessageDto lastMessage;
// private OffsetDateTime createdAt;
}

0 comments on commit 8d895fe

Please sign in to comment.