1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

Merge remote-tracking branch 'processone/pr/4297'

* processone/pr/4297:
  mix_pam: Remove 'Channels' roster group of mix channels
This commit is contained in:
Holger Weiss 2025-01-08 21:23:23 +01:00
commit 5a6e46c32a

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