MM-62564 - implement websockets for CPA (#30169)

* implement websockets for CPA

* fix for testing with server

* revert feature flag

* fix unit test

* update constant names

* add reconnect handler

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Scott Bishel
2025-02-24 11:53:54 -07:00
коммит произвёл GitHub
родитель 806fce3030
Коммит 1803f1c215
20 изменённых файлов: 471 добавлений и 110 удалений

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

@@ -60,6 +60,7 @@ export type UserProfile = {
terms_of_service_create_at: number;
remote_id?: string;
status?: string;
custom_profile_attributes?: Record<string, string>;
};
export type UserProfileWithLastViewAt = UserProfile & {