Skip to content

Commit

Permalink
Change presentation type from 'changelog' to 'breaking' for Android a…
Browse files Browse the repository at this point in the history
…nd iOS startup messages in development.ts
  • Loading branch information
joao-vasconcelos committed Jan 27, 2025
1 parent 682f3cc commit 99f72c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ FASTIFY.server.get('/dev/android/v1/startup/message', async (_, reply) => {
build_min: null,
message_id: 'DEV-ANDROID-20250115',
message_url: 'https://www.carrismetropolitana.pt/app-navegante-android/startup/20250115',
presentation_type: 'changelog',
presentation_type: 'breaking',
},
{
build_max: null,
build_min: 39,
message_id: 'DEV-ANDROID-nao-aumenta-2025',
message_url: 'https://www.carrismetropolitana.pt/app-navegante-android/startup/nao-aumenta-2025',
presentation_type: 'changelog',
presentation_type: 'breaking',
},
]);
});
Expand All @@ -36,14 +36,14 @@ FASTIFY.server.get('/dev/ios/v1/startup/message', async (_, reply) => {
build_min: null,
message_id: 'DEV-IOS-20250115',
message_url: 'https://www.carrismetropolitana.pt/app-navegante-ios/startup/20250115',
presentation_type: 'changelog',
presentation_type: 'breaking',
},
{
build_max: null,
build_min: 39,
message_id: 'DEV-IOS-nao-aumenta-2025',
message_url: 'https://www.carrismetropolitana.pt/app-navegante-ios/startup/nao-aumenta-2025',
presentation_type: 'changelog',
presentation_type: 'breaking',
},
]);
});

0 comments on commit 99f72c7

Please sign in to comment.