mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Export the botId for each connection
This commit is contained in:
parent
9d6eb2a0bc
commit
3b732145e5
@ -165,6 +165,8 @@ export class JiraProjectConnection extends CommandConnection implements IConnect
|
||||
service: "jira",
|
||||
eventType: JiraProjectConnection.CanonicalEventType,
|
||||
type: "JiraProject",
|
||||
// TODO: Add ability to configure the bot per connnection type.
|
||||
botUserId: this.as.botUserId,
|
||||
id: this.uniqueId,
|
||||
config: {
|
||||
...this.state,
|
||||
|
Loading…
x
Reference in New Issue
Block a user