()
| 159 | * roll the v2 bridge before the app ships the new session-list query. |
| 160 | */ |
| 161 | export async function shouldShowAppUpgradeMessage(): Promise<boolean> { |
| 162 | if (!isEnvLessBridgeEnabled()) return false |
| 163 | const cfg = await getEnvLessBridgeConfig() |
| 164 | return cfg.should_show_app_upgrade_message |
| 165 | } |
| 166 | |
| 167 |
no test coverage detected