meetfranz / recipe-slack

Official Franz Recipe for Slack
4 stars 9 forks source link

Fix slack icon updating #15

Closed dankessler closed 2 years ago

dankessler commented 4 years ago

The redesigned slack UI has a slightly different DOM. The team-menu-trigger is no longer tagged with id but instead with the data-qa attribute. I've adjusted the document.querySelector call so that it works with either the old or new style attributes.