From ea97b1a9bd0067e48f4d2950f8ab35d1bcb69c05 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 6 Nov 2022 20:39:04 +0100 Subject: [PATCH] Use ratified extended-monitor cap name for needAllDownstreamCaps Fixes: 6ad3dcc39699 ("Use ratified extended-monitor cap name") --- downstream.go | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/downstream.go b/downstream.go index 6302a5c..bc7407c 100644 --- a/downstream.go +++ b/downstream.go @@ -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": "", }