don't clutter acitvities too much
This commit is contained in:
@ -499,7 +499,7 @@ impl User {
|
||||
)
|
||||
})?;
|
||||
|
||||
if !role.hide_in_lists {
|
||||
if !role.hide_in_lists && role.cluster.is_none() {
|
||||
ActivityBuilder::new(&format!(
|
||||
"{updated_by} hat die Rolle '{role}' dem Benutzer {self} hinzugefügt."
|
||||
))
|
||||
|
Reference in New Issue
Block a user