Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

IRoomBuilder setDisplayingOfSystemMessages wrong type

Open nimetu opened this issue 2 years ago • 0 comments

IRoomBuilder:setDisplayingOfSystemMessages currently takes boolean, but it should take array of strings / known values.

Currently in typescript casting array to unknown and then to boolean is suboptimal.

nimetu avatar Oct 05 '23 11:10 nimetu