Introduce account preferences to remember user's previous location (#4126)
This commit is contained in:
@@ -43,3 +43,9 @@ export type IntegrationSettings<T> = T extends IntegrationType.Embed
|
||||
| { url: string }
|
||||
| { url: string; channel: string; channelId: string }
|
||||
| { serviceTeamId: string };
|
||||
|
||||
export enum UserPreference {
|
||||
RememberLastPath = "rememberLastPath",
|
||||
}
|
||||
|
||||
export type UserPreferences = { [key in UserPreference]?: boolean };
|
||||
|
||||
Reference in New Issue
Block a user