remove users from trip after they have read the notificatoin
Some checks failed
CI/CD Pipeline / test (push) Failing after 3m50s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2024-05-21 19:41:00 +02:00
parent 1285c3bc28
commit b4967b54e9
12 changed files with 62 additions and 20 deletions

View File

@@ -202,7 +202,7 @@ ASKÖ Ruderverein Donau Linz", self.name, SCHECKBUCH/100),
self.name
),
"Neues Scheckbuch",
None,
None,None
)
.await;
}
@@ -246,6 +246,7 @@ ASKÖ Ruderverein Donau Linz", self.name),
),
"Neues Vereinsmitglied",
None,
None,
)
.await;
}