feat/add-unlink-space-button #63

Manually merged
cadence merged 12 commits from Elliu/out-of-your-element:feat/add-unlink-space-button into main 2026-02-13 06:32:34 +00:00
Showing only changes of commit 0f2e575df2 - Show all commits

View file

@ -507,6 +507,7 @@ async function unbridgeDeletedChannel(channel, guildID) {
}
// leave room
await api.setUserPower(roomID, bot, 0)
await api.leaveRoom(roomID)
}