Clean up boop dialog

This commit is contained in:
Natsumi
2025-10-22 19:12:31 +11:00
parent 8a58c25084
commit 6af467b050
6 changed files with 71 additions and 46 deletions

View File

@@ -206,6 +206,10 @@ export function request(endpoint, options) {
if (status === 404 && endpoint.endsWith('/persist/exists')) {
return false;
}
if (status === 404 && endpoint.endsWith('/respond')) {
// ignore when responding to expired notification
return null;
}
if (
init.method === 'GET' &&
(status === 404 || status === 403) &&