mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-08 15:20:55 +00:00
4.51.0
This is the first release built with the updated build toolchain. Please let me know if you find anything unexpected that broke. * Added: Setting to treat known usernames in chat as mentions even without an at sign (@) prefix. * Added: Setting to automatically claim drops. * Added: Setting to hide the Subtember banner. * Changed: The stream latency metadata tool-tip now includes the buffer size value. * Fixed: The stream latency metadata was not appearing on the new mod view layout. * Fixed: The sub/bits leaderboard appearing in chat when it should be hidden by a setting. * Fixed: Incorrect text color on the Subtember banner.
This commit is contained in:
parent
10ca28098b
commit
588d3e3da9
13 changed files with 243 additions and 11 deletions
|
@ -650,10 +650,12 @@ export default {
|
|||
|
||||
replayItem(item) {
|
||||
if ( item.pubsub ) {
|
||||
const channel = this.chat.ChatService.first?.props?.channelID;
|
||||
const channel = this.chat.ChatService.first?.props?.channelID,
|
||||
user = this.chat.resolve('site').getUser();
|
||||
|
||||
if ( this.replay_fix ) {
|
||||
item.topic = item.topic.replace(/<channel>/gi, channel);
|
||||
item.topic = item.topic.replace(/<user>/gi, user.id);
|
||||
// TODO: Crawl, replacing ids.
|
||||
// TODO: Update timestamps for pinned chat?
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue