fix(user): refresh profile on sidebar open
This commit is contained in:
@@ -7,8 +7,5 @@ export type UserEvent =
|
||||
| { type: "UserInit" }
|
||||
| { type: "UserFetch" }
|
||||
| { type: "UserUpdate"; user: UserView }
|
||||
| { type: "UserUpdateUsername"; username: string }
|
||||
| { type: "UserClearLocal" }
|
||||
| { type: "UserLogout" }
|
||||
| { type: "UserDeleteChatHistory" }
|
||||
| { type: "UserDeleteAccount" };
|
||||
| { type: "UserLogout" };
|
||||
|
||||
Reference in New Issue
Block a user