Use ratified extended-monitor cap name for needAllDownstreamCaps

Fixes: 6ad3dcc396 ("Use ratified extended-monitor cap name")
This commit is contained in:
Simon Ser 2022-11-06 20:39:04 +01:00
parent 6ad3dcc396
commit ea97b1a9bd
1 changed files with 8 additions and 7 deletions

View File

@ -256,13 +256,14 @@ var permanentDownstreamCaps = map[string]string{
// needAllDownstreamCaps is the list of downstream capabilities that
// require support from all upstreams to be enabled.
var needAllDownstreamCaps = map[string]string{
"account-notify": "",
"account-tag": "",
"away-notify": "",
"chghost": "",
"extended-join": "",
"message-tags": "",
"multi-prefix": "",
"account-notify": "",
"account-tag": "",
"away-notify": "",
"chghost": "",
"extended-join": "",
"extended-monitor": "",
"message-tags": "",
"multi-prefix": "",
"draft/extended-monitor": "",
}