fix: fill users

This commit is contained in:
Tristan Yang
2022-09-02 12:38:49 +08:00
parent 265bf11ad0
commit a649ebdf84
3 changed files with 4 additions and 17 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { UserLog, UserState } from "../../types/sse";
export interface StoredUser extends User {
online?: boolean;
avatar: string;
avatar?: string;
}
export interface State {