perf(timeline): Optimizing for CDN Caching (MisskeyIO#834)

Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
This commit is contained in:
たーびん 2024-12-22 04:01:53 +09:00 committed by GitHub
parent 3362c464c5
commit 4ecfae0d85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 205 additions and 27 deletions

View file

@ -400,7 +400,7 @@ export const waitFire = async <C extends keyof misskey.Channels>(user: UserToken
if (timer) clearTimeout(timer);
res(true);
}
}, params);
}, { ...params, idOnly: false });
} catch (e) {
rej(e);
}