Skip to content

Commit

Permalink
Require fallback catchall to have AllChannels set
Browse files Browse the repository at this point in the history
  • Loading branch information
parsley42 committed Feb 1, 2023
1 parent 42f5b13 commit 389a651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func (w *worker) handleMessage() {
multipleCatchallMatched = true
break
}
} else {
} else if plugin.AllChannels {
if fallbackCatchAll == nil {
fallbackCatchAll = t
} else {
Expand Down

0 comments on commit 389a651

Please sign in to comment.