Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
IRoomBuilder setDisplayingOfSystemMessages wrong type
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.