Skip to content
Extraits de code Groupes Projets
Valider f365e44b rédigé par Travis Ralston's avatar Travis Ralston
Parcourir les fichiers

Use the remote room ID to unbridge rooms

parent 5fd78223
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -30,7 +30,7 @@ export class Provisioner {
}
public unbridgeRoom(remoteRoom: RemoteRoom) {
return this.bridge.getRoomStore().removeEntriesByRemoteRoomId(remoteRoom);
return this.bridge.getRoomStore().removeEntriesByRemoteRoomId(remoteRoom.getId());
}
public askBridgePermission(channel: Discord.TextChannel, requestor: string): Promise<any> {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter