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>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
806fce3030
Коммит
1803f1c215
@@ -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 & {
|
||||
|
||||
Ссылка в новой задаче
Block a user