We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cdd7f commit 20cb4e2Copy full SHA for 20cb4e2
2 files changed
src/chat/interface/mediaengine/index.js
@@ -918,7 +918,7 @@ async function doMediaSelect() {
918
accountHelper.getCurrentValidationState()
919
.username;
920
}
921
- const embedURL = `https://random-rants-chat.github.io/taco-shoot-minigame/?username=${encodeURIComponent(username)}&id=${Math.round(Date.now())}`;
+ 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())}`;
922
923
sws.send(
924
JSON.stringify({
wpstatic/version.json
@@ -1 +1 @@
1
-{"timestamp":"1761662553482"}
+{"timestamp":"1761663302165"}
0 commit comments