ferdium / ferdium-recipes

Recipes encapsulate your favourite apps into Ferdium for unified notifications handling and more
MIT License
79 stars 184 forks source link

rocketchat: fix unread counter disappearing #489

Closed fl0rp closed 8 months ago

fl0rp commented 8 months ago

Pre-flight Checklist

Please ensure you've completed all of the following.

Description of Change

At some point, Rocketchat started to remove the DOM elements for channels from the sidebar which are not in the current viewport (i.e. scrolled out of view). This means that the current approach of counting .rcx-badge and .rcx-sidebar-item--highlighted elements does not work reliably, since they might not exist.

The recipe now uses the information in the title bar, which is updated by Rocketchat itself.