RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRoomBuilder setDisplayingOfSystemMessages wrong type

nimetu opened this issue · 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.