don't clutter acitvities too much

This commit is contained in:
2025-05-05 20:37:12 +02:00
parent 03f76b1ae5
commit e5560ba536
2 changed files with 22 additions and 28 deletions

View File

@ -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."
))