Skip to content

Commit

Permalink
fix(twitch/vod-chat): vod chat double timestamp (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimothyxd committed Jun 19, 2024
1 parent bde0c95 commit 1a39453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-nightly.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 3.1.1.2000

- Fixed an issue where twitch emotes were displayed larger after hovering over them
- Fixed an issue causing VOD messages to display two timestamps

### 3.1.0.3000

Expand Down
2 changes: 2 additions & 0 deletions src/site/twitch.tv/modules/chat-vod/ChatVod.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ definePropertyHook(props.controller.component, "props", {
} else {
ctx.actor.roles.delete("MODERATOR");
}
properties.showTimestamps = false;
},
});
Expand Down

0 comments on commit 1a39453

Please sign in to comment.