TRY 2: MM-56201, MM-56280: Suppress typing and emoji events (#26282)
* Revert "Revert "MM-56201, MM-56280: Suppress typing and emoji events (#25794)…"
This reverts commit 6808a1c733.
* Remove bad ff merge
```release-note
NONE
```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6808a1c733
Коммит
64504b80e6
@@ -121,6 +121,7 @@ export type ClientConfig = {
|
||||
FileLevel: string;
|
||||
FeatureFlagAppsEnabled: string;
|
||||
FeatureFlagCallsEnabled: string;
|
||||
FeatureFlagWebSocketEventScope: string;
|
||||
ForgotPasswordLink: string;
|
||||
GiphySdkKey: string;
|
||||
GoogleDeveloperKey: string;
|
||||
|
||||
@@ -66,7 +66,7 @@ export type PostMetadata = {
|
||||
emojis: CustomEmoji[];
|
||||
files: FileInfo[];
|
||||
images: Record<string, PostImage>;
|
||||
reactions: Reaction[];
|
||||
reactions?: Reaction[];
|
||||
priority?: PostPriorityMetadata;
|
||||
acknowledgements?: PostAcknowledgement[];
|
||||
};
|
||||
|
||||
Ссылка в новой задаче
Block a user