mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 19:33:08 +02:00
add comment
This commit is contained in:
parent
ec50d657bb
commit
88c1874943
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ export default class Stream extends EventEmitter<StreamEvents> {
|
||||||
|
|
||||||
const query = urlQuery({
|
const query = urlQuery({
|
||||||
i: user?.token,
|
i: user?.token,
|
||||||
|
|
||||||
|
// To prevent cache of an HTML such as error screen
|
||||||
_t: Date.now(),
|
_t: Date.now(),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue