Compare commits

..

2 Commits

Author SHA1 Message Date
3def8c97c8 Merge pull request 'Add android recording format to deployed config' (#221) from loewy/add-recording-format-to-deployed-config into master
Reviewed-on: #221
2026-01-04 00:45:37 +00:00
88de1ef807 add android recording format to deployed config
All checks were successful
Tests / Tests (pull_request) Successful in 9s
2026-01-03 10:17:58 -08:00
2 changed files with 3 additions and 0 deletions

View File

@@ -3976,6 +3976,7 @@ export type GetDeployedConfigQuery = {
firebase: boolean;
minimumAllowedAppVersion: string;
subscriptionGatingEnabled: boolean;
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
bannerMessages: Array<{
__typename?: "BannerGQL";
color: string;
@@ -8217,6 +8218,7 @@ export const GetDeployedConfigDocument = gql`
message
priority
}
defaultAndroidRecordingFormat
}
}
`;

View File

@@ -14,5 +14,6 @@ query getDeployedConfig {
message
priority
}
defaultAndroidRecordingFormat
}
}