mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02: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:
parent
46d5ab369f
commit
73f5d950e5
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ get_mix_roster_items(Acc, {LUser, LServer}) ->
|
||||||
name = <<>>,
|
name = <<>>,
|
||||||
subscription = both,
|
subscription = both,
|
||||||
ask = undefined,
|
ask = undefined,
|
||||||
groups = [<<"Channels">>],
|
groups = [],
|
||||||
mix_channel = #mix_roster_channel{participant_id = Id}
|
mix_channel = #mix_roster_channel{participant_id = Id}
|
||||||
}
|
}
|
||||||
end, Channels);
|
end, Channels);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue