don't clutter acitvities toooooo much

This commit is contained in:
2025-05-05 22:23:28 +02:00
parent 6098aedb74
commit 3b5ff70d1d
2 changed files with 9 additions and 13 deletions

View File

@ -577,10 +577,6 @@ ASKÖ Ruderverein Donau Linz", self.name),
.execute(db)
.await
.unwrap(); //Okay, because we can only create a User of a valid id
ActivityBuilder::new(&format!("User {self} hat sich eingeloggt."))
.relevant_for_user(self)
.save(db)
.await;
}
pub async fn delete(&self, db: &SqlitePool, deleted_by: &ManageUserUser) {