Skip to content

Commit 20cb4e2

Browse files
committed
More edits
1 parent 44cdd7f commit 20cb4e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/chat/interface/mediaengine/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ async function doMediaSelect() {
918918
accountHelper.getCurrentValidationState()
919919
.username;
920920
}
921-
const embedURL = `https://random-rants-chat.github.io/taco-shoot-minigame/?username=${encodeURIComponent(username)}&id=${Math.round(Date.now())}`;
921+
const embedURL = `https://random-rants-chat.github.io/taco-shoot-minigame/?n=${Math.round(Date.now())}&v=${Math.round(Date.now())}&username=${encodeURIComponent(username)}&id=${Math.round(Date.now())}`;
922922

923923
sws.send(
924924
JSON.stringify({

wpstatic/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":"1761662553482"}
1+
{"timestamp":"1761663302165"}

0 commit comments

Comments
 (0)