refactor: voice data structure

This commit is contained in:
Tristan Yang
2023-03-26 22:04:28 +08:00
parent 137d045c85
commit b201d5d06d
10 changed files with 83 additions and 68 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function ChatPage() {
mid: 0,
unread: 0,
id: +user_id,
type: "user" as const
type: "dm" as const
}
: undefined;
// console.log("temp uid", tmpUid);