Skip to content

Commit

Permalink
mix_pam: Remove 'Channels' roster group of mix channels
Browse files Browse the repository at this point in the history
This isn't specified and was probably only meant for debugging. In real
clients having this (forced) 'Channels' group is undesireable in most
cases.
  • Loading branch information
lnjX committed Oct 26, 2024
1 parent 46d5ab3 commit 73f5d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_mix_pam.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 73f5d95

Please sign in to comment.