[MM-64425] Add configurable account deletion link (#31396)
* [MM-64425] Add configurable account deletion link * Fix types * PR feedback --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6d7a8c6d72
Коммит
74258c3b7a
@@ -222,6 +222,7 @@ export type ClientConfig = {
|
||||
UsersStatusAndProfileFetchingPollIntervalMilliseconds: string;
|
||||
YoutubeReferrerPolicy: 'true' | 'false';
|
||||
ScheduledPosts: string;
|
||||
DeleteAccountLink: string;
|
||||
};
|
||||
|
||||
export type License = {
|
||||
@@ -410,6 +411,7 @@ export type ServiceSettings = {
|
||||
ScheduledPosts: boolean;
|
||||
EnableWebHubChannelIteration: boolean;
|
||||
FrameAncestors: string;
|
||||
DeleteAccountLink: string;
|
||||
};
|
||||
|
||||
export type TeamSettings = {
|
||||
|
||||
Ссылка в новой задаче
Block a user