forked from Ivasoft/mattermost-mobile
[Gekidou MM-43992] Display message priority labels for the posts (#6620)
* Displays label * feedback * import fix * Moved label colors to stylesheet
This commit is contained in:
committed by
GitHub
parent
d469ffedfd
commit
97c41057cc
2
types/api/config.d.ts
vendored
2
types/api/config.d.ts
vendored
@@ -119,6 +119,7 @@ interface ClientConfig {
|
||||
FeatureFlagAppsEnabled?: string;
|
||||
FeatureFlagCollapsedThreads?: string;
|
||||
FeatureFlagGraphQL?: string;
|
||||
FeatureFlagPostPriority?: string;
|
||||
GfycatApiKey: string;
|
||||
GfycatApiSecret: string;
|
||||
GoogleDeveloperKey: string;
|
||||
@@ -151,6 +152,7 @@ interface ClientConfig {
|
||||
PasswordRequireUppercase: string;
|
||||
PluginsEnabled: string;
|
||||
PostEditTimeLimit: string;
|
||||
PostPriority: string;
|
||||
PrivacyPolicyLink: string;
|
||||
ReportAProblemLink: string;
|
||||
RequireEmailVerification: string;
|
||||
|
||||
Reference in New Issue
Block a user