Skip to content

Commit

Permalink
changes for live
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-murray committed Sep 3, 2024
1 parent 90f3370 commit c9eff38
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
17 changes: 0 additions & 17 deletions dist/assets/index-Dc12DMQT.js

This file was deleted.

17 changes: 17 additions & 0 deletions dist/assets/index-Dsx8ftWO.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Split Feed for Twitch by Deleter</title>
<script type="module" crossorigin src="/split-feed/assets/index-Dc12DMQT.js"></script>
<script type="module" crossorigin src="/split-feed/assets/index-Dsx8ftWO.js"></script>
<link rel="stylesheet" crossorigin href="/split-feed/assets/index-eMPQjxmd.css">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ onMounted(() => {
if(!device.mobile()){
return;
}
if (newOrientation === "landscape") {
top.scrollTop = top.scrollHeight;
top.style.height = '';
Expand All @@ -98,7 +98,7 @@ onMounted(() => {
</div>
<div class="resize"></div>
<div class="bottom">
<!-- <ChatFeed /> -->
<ChatFeed />
</div>
</div>
</main>
Expand Down
4 changes: 2 additions & 2 deletions src/components/NotificationFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ function toggleAudio(el) {
}
// connect to twitch via websockets wss://eventsub.wss.twitch.tv/ws
//const ws = new WebSocket('wss://eventsub.wss.twitch.tv/ws');
const ws = new WebSocket('wss://example.com/ws');
const ws = new WebSocket('wss://eventsub.wss.twitch.tv/ws');
//const ws = new WebSocket('wss://example.com/ws');
function subscribe_to_events(session_id) {
fetch('https://api.twitch.tv/helix/eventsub/subscriptions', {
Expand Down

0 comments on commit c9eff38

Please sign in to comment.