OfflineSmsMessage.body has #[serde(skip)] so it round-trips as empty. scan_sms was upserting to the offline store then loading back and parsing from the empty body, which always fails. Parse directly from the in-memory list_messages() result instead. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||