InteractionGroups default memberships value is now GROUP_1 (#706)
Co-authored-by: Thierry Berger <contact@thierryberger.com>
This commit is contained in:
@@ -71,7 +71,10 @@ impl InteractionGroups {
|
||||
|
||||
impl Default for InteractionGroups {
|
||||
fn default() -> Self {
|
||||
Self::all()
|
||||
Self {
|
||||
memberships: Group::GROUP_1,
|
||||
filter: Group::ALL,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user