Files
Travis Vasceannie 2cf4f26a9d
Some checks failed
CI / test-python (push) Successful in 4m53s
CI / test-typescript (push) Failing after 1m32s
CI / test-rust (push) Successful in 3m41s
fix(tauri): serialize DeleteMeetingsResponse with camelCase for TypeScript
The Rust struct used snake_case field names (succeeded_ids, deleted_count)
but TypeScript expected camelCase (succeededIds, deletedCount), causing
'result.succeededIds is not iterable' error.

Added #[serde(rename_all = "camelCase")] to match the existing pattern
used by other response types in the codebase.
2026-01-26 13:31:32 +00:00
..
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
2026-01-23 07:45:20 +00:00
2026-01-25 01:40:14 +00:00
x
2026-01-14 23:23:01 -05:00
2026-01-22 15:34:56 +00:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
mac
2026-01-24 12:47:35 -05:00
mac
2026-01-24 12:47:35 -05:00