pichalite / nodebb-theme-slick

Slick theme for NodeBB
MIT License
10 stars 35 forks source link

deduplicate chat options menu #56

Closed pitaj closed 2 years ago

pitaj commented 2 years ago

This change is necessary for the new version of nodebb-plugin-global-chat. (I've already made the same change to the other main themes).

Core depends on partials/chats/message-window, but slick has no such template, so it falls back to the persona version. In that case, it should be fine to not include partials/chats/options, and it will just use the persona version of that as well.