fix: 메시지 삭제 안되는 버그

- GetRecentMessage에서 keepRecent 관련 오동작 수정
  - 왜 이걸 넣었는지 생각해보기로..
This commit is contained in:
2023-03-21 01:38:58 +09:00
parent 790c58f2b6
commit 6c76d688b5
5 changed files with 73 additions and 78 deletions
-1
View File
@@ -55,7 +55,6 @@ export type MsgResponse = {
[v in MsgType]: MsgItem[];
} & {
result: true;
keepRecent: boolean;
nationID: number;
generalName: string;
sequence: number;