Merge remote-tracking branch 'upstream/main'

This commit is contained in:
2025-04-28 22:37:31 +02:00
11 changed files with 239 additions and 63 deletions

View File

@@ -284,7 +284,7 @@ mod test {
let cancel_update = EventUpdate {
name: &event.name,
planned_amount_cox: event.planned_amount_cox as i32,
max_people: 0,
max_people: -1,
notes: event.notes.as_deref(),
always_show: event.always_show,
is_locked: event.is_locked,