[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>
Этот коммит содержится в:
Devin Binnie
2025-06-12 11:00:00 -04:00
коммит произвёл GitHub
родитель 6d7a8c6d72
Коммит 74258c3b7a
10 изменённых файлов: 70 добавлений и 13 удалений

Просмотреть файл

@@ -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 = {