add comment

This commit is contained in:
syuilo 2021-05-18 03:27:03 +09:00 committed by GitHub
parent ec50d657bb
commit 88c1874943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ export default class Stream extends EventEmitter<StreamEvents> {
const query = urlQuery({
i: user?.token,
// To prevent cache of an HTML such as error screen
_t: Date.now(),
});