Introduce account preferences to remember user's previous location (#4126)
This commit is contained in:
@@ -221,6 +221,7 @@ export default class AuthStore {
|
||||
name?: string;
|
||||
avatarUrl?: string | null;
|
||||
language?: string;
|
||||
preferences?: Record<string, boolean>;
|
||||
}) => {
|
||||
this.isSaving = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user