fix: fill users
This commit is contained in:
@@ -6,7 +6,7 @@ import { UserLog, UserState } from "../../types/sse";
|
||||
|
||||
export interface StoredUser extends User {
|
||||
online?: boolean;
|
||||
avatar: string;
|
||||
avatar?: string;
|
||||
}
|
||||
|
||||
export interface State {
|
||||
|
||||
Reference in New Issue
Block a user