mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
Clean up boop dialog
This commit is contained in:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user