Use ratified extended-monitor cap name for needAllDownstreamCaps
Fixes: 6ad3dcc396
("Use ratified extended-monitor cap name")
This commit is contained in:
parent
6ad3dcc396
commit
ea97b1a9bd
@ -256,13 +256,14 @@ var permanentDownstreamCaps = map[string]string{
|
|||||||
// needAllDownstreamCaps is the list of downstream capabilities that
|
// needAllDownstreamCaps is the list of downstream capabilities that
|
||||||
// require support from all upstreams to be enabled.
|
// require support from all upstreams to be enabled.
|
||||||
var needAllDownstreamCaps = map[string]string{
|
var needAllDownstreamCaps = map[string]string{
|
||||||
"account-notify": "",
|
"account-notify": "",
|
||||||
"account-tag": "",
|
"account-tag": "",
|
||||||
"away-notify": "",
|
"away-notify": "",
|
||||||
"chghost": "",
|
"chghost": "",
|
||||||
"extended-join": "",
|
"extended-join": "",
|
||||||
"message-tags": "",
|
"extended-monitor": "",
|
||||||
"multi-prefix": "",
|
"message-tags": "",
|
||||||
|
"multi-prefix": "",
|
||||||
|
|
||||||
"draft/extended-monitor": "",
|
"draft/extended-monitor": "",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user