From 9e0bc515f5f29f817d0c3a09c7b9e796f10c1c0a Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Wed, 26 Feb 2020 12:23:04 +0000 Subject: [PATCH] Also, use it --- src/GithubBridge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GithubBridge.ts b/src/GithubBridge.ts index 2ccc3f9e..8a101149 100644 --- a/src/GithubBridge.ts +++ b/src/GithubBridge.ts @@ -267,7 +267,7 @@ export class GithubBridge { const issueNumber = ev.content["uk.half-shot.matrix-github.issue"]?.number; if (splitParts && issueNumber) { log.info(`Handling reply for ${splitParts}${issueNumber}`); - await this.onMatrixIssueComment(messageEvent, { + await this.onMatrixIssueComment(processedReply, { org: splitParts[0], repo: splitParts[1], issues: [issueNumber.toString()],