mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Also, use it
This commit is contained in:
parent
6cacf09d18
commit
9e0bc515f5
@ -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()],
|
||||
|
Loading…
x
Reference in New Issue
Block a user