We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97673cd commit 5c2e4abCopy full SHA for 5c2e4ab
src/commands/CreateBanListCommand.ts
@@ -32,6 +32,7 @@ export async function execCreateListCommand(roomId: string, event: any, mjolnir:
32
33
const roomRef = Permalinks.forRoom(listRoomId);
34
await mjolnir.watchList(roomRef);
35
+ await mjolnir.addProtectedRoom(listRoomId);
36
37
const html = `Created new list (<a href="${roomRef}">${listRoomId}</a>). This list is now being watched.`;
38
const text = `Created new list (${roomRef}). This list is now being watched.`;
0 commit comments