diff --git a/package.json b/package.json index 3b9f6d20..2c82e008 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.9.8", + "version": "4.9.9", "description": "FrankerFaceZ is a Twitch enhancement suite.", "license": "Apache-2.0", "scripts": { diff --git a/src/modules/chat/rich_providers.js b/src/modules/chat/rich_providers.js index 8b580604..39e39145 100644 --- a/src/modules/chat/rich_providers.js +++ b/src/modules/chat/rich_providers.js @@ -22,7 +22,7 @@ export const Links = { priority: -10, test(token) { - if ( ! this.context.get('chat.rich.all-links') ) + if ( ! this.context.get('chat.rich.all-links') && ! token.force_rich ) return false; return token.type === 'link' diff --git a/src/modules/main_menu/components/chat-rich-example.vue b/src/modules/main_menu/components/chat-rich-example.vue index d644c5ec..8194917f 100644 --- a/src/modules/main_menu/components/chat-rich-example.vue +++ b/src/modules/main_menu/components/chat-rich-example.vue @@ -1,6 +1,6 @@