mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
commandPrefix should default to !gh
This commit is contained in:
parent
25fb04fe86
commit
c5541ed877
@ -163,7 +163,7 @@ export class GitHubRepoConnection implements IConnection {
|
||||
}
|
||||
|
||||
private get commandPrefix() {
|
||||
return (this.state.commandPrefix || "gh") + " ";
|
||||
return (this.state.commandPrefix || "!gh") + " ";
|
||||
}
|
||||
|
||||
public isInterestedInStateEvent(eventType: string, stateKey: string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user