diff --git a/src/commands/CreateBanListCommand.ts b/src/commands/CreateBanListCommand.ts index a7b7b868..a315d423 100644 --- a/src/commands/CreateBanListCommand.ts +++ b/src/commands/CreateBanListCommand.ts @@ -32,6 +32,7 @@ export async function execCreateListCommand(roomId: string, event: any, mjolnir: const roomRef = Permalinks.forRoom(listRoomId); await mjolnir.watchList(roomRef); + await mjolnir.addProtectedRoom(listRoomId); const html = `Created new list (${listRoomId}). This list is now being watched.`; const text = `Created new list (${roomRef}). This list is now being watched.`;