Chatterino / chatterino-browser-ext

26 stars 17 forks source link

fix: send `select` action without `attach` when not replacing #78

Closed Nerixyz closed 1 year ago

Nerixyz commented 1 year ago

This will allow users to use the /watching channel in Chatterino even if the chat isn't replaced.

This works, because the chat is only created if attach or attach_fullscreen is set to true (relevant code).