This reverts commit f5ee5463e4.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
726d7494b6
Коммит
6808a1c733
@@ -121,7 +121,6 @@ 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