From fd30cb1f257e47ab2f4f37f0ac3b5368f50aa037 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Tue, 5 Jul 2022 12:15:41 +0100 Subject: [PATCH] oops, i did check --- src/commands/DumpRulesCommand.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/commands/DumpRulesCommand.ts b/src/commands/DumpRulesCommand.ts index 41d45d2..2c6c3d7 100644 --- a/src/commands/DumpRulesCommand.ts +++ b/src/commands/DumpRulesCommand.ts @@ -42,9 +42,6 @@ export async function execRulesMatchingCommand(roomId: string, event: any, mjoln const matchesInfo = `Found ${matches.length} ` + (matches.length === 1 ? 'match:' : 'matches:'); const shortcodeInfo = list.listShortcode ? ` (shortcode: ${htmlEscape(list.listShortcode)})` : ''; - // FIXME: I feel like it already replaces pills, but - // just double check. - //await replaceRoomIdsWithPills() html += `${htmlEscape(list.roomId)}${shortcodeInfo} ${matchesInfo}