Fix #87: updating chat room title when video/channel title is changed:
* renaming module list_rooms to manage_rooms * added some API to update room info * when a video or a channel is updated, sending an API call to update the room
This commit is contained in:
@ -415,9 +415,9 @@ class ProsodyConfigContent {
|
||||
this.muc.set('muc_room_default_persistent', true)
|
||||
}
|
||||
|
||||
useListRoomsApi (apikey: string): void {
|
||||
this.muc.add('modules_enabled', 'http_peertubelivechat_list_rooms')
|
||||
this.muc.set('peertubelivechat_list_rooms_apikey', apikey)
|
||||
useManageRoomsApi (apikey: string): void {
|
||||
this.muc.add('modules_enabled', 'http_peertubelivechat_manage_rooms')
|
||||
this.muc.set('peertubelivechat_manage_rooms_apikey', apikey)
|
||||
}
|
||||
|
||||
useTestModule (prosodyApikey: string, apiurl: string): void {
|
||||
|
Reference in New Issue
Block a user