25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

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.
This commit is contained in:
Linus Jahn 2024-10-26 12:52:39 +02:00
parent 46d5ab369f
commit 73f5d950e5

View File

@ -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);