有没有什么方法或配置可以让我们在converse.js中显示聊天视图时,以编程方式隐藏乘客列表
发布于 2018-03-24 18:57:00
没有办法通过配置来做到这一点,但是你可以通过CSS隐藏它,或者你可以编写一个插件来覆盖_converse.ChatRoomView上的createOccupantsView。
_converse.ChatRoomView
createOccupantsView
https://conversejs.org/docs/html/plugin_development.html
https://stackoverflow.com/questions/49381394
相似问题