From 73f5d950e55170fb9a12e5febb6a689c65e1a28b Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 26 Oct 2024 12:52:39 +0200 Subject: [PATCH] mix_pam: Remove 'Channels' roster group of mix channels This isn't specified and was probably only meant for debugging. In real clients having this (forced) 'Channels' group is undesireable in most cases. --- src/mod_mix_pam.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_mix_pam.erl b/src/mod_mix_pam.erl index eb94877d288..7f6c768e87e 100644 --- a/src/mod_mix_pam.erl +++ b/src/mod_mix_pam.erl @@ -227,7 +227,7 @@ get_mix_roster_items(Acc, {LUser, LServer}) -> name = <<>>, subscription = both, ask = undefined, - groups = [<<"Channels">>], + groups = [], mix_channel = #mix_roster_channel{participant_id = Id} } end, Channels);