feat: 이미 읽은 메시지를 DB에서 처리

This commit is contained in:
2023-03-25 02:09:23 +09:00
parent 5294aefbbd
commit 9206b74500
6 changed files with 115 additions and 21 deletions
+4
View File
@@ -58,6 +58,10 @@ export type MsgResponse = {
nationID: number;
generalName: string;
sequence: number;
latestRead?: {
private: number;
diplomacy: number;
}
};
export type MailboxItem = {