Skip to content

Commit

Permalink
Removing Message
Browse files Browse the repository at this point in the history
  • Loading branch information
igorovh committed Jul 28, 2022
1 parent 51f9532 commit a5be4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/modules/chat/chatMessagesModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const chatMessagesModule = new Module('chatMessages', callback);
async function callback(element) {
element.setAttribute('twitch-enhancer', '');
if(twitchEnhancer.settings.te_group_badges || twitchEnhancer.settings.te_viewer_badges) {
sendMessage('"Viewers Badges" are disabled for now, sorry.');
//sendMessage('"Viewers Badges" are disabled for now, sorry.');
openDatabase();
const callback = (mutationList, observer) => {
for(const mutation of mutationList) {
Expand Down

0 comments on commit a5be4d5

Please sign in to comment.