mozilla-services / autopush-rs

Push Server in Rust
Mozilla Public License 2.0
199 stars 16 forks source link

feat: Delete ACK'd messages from storage to prevent some dupes #795

Open jrconlin opened 2 weeks ago

jrconlin commented 2 weeks ago

Moved the MessageID from autoendpoint to autopush-common so that I can use the decrypt() and sort_key() functions.

The stub is there to keep the file change count low.

Closes: SYNC-4466

jrconlin commented 2 weeks ago

This is in response to https://bugzilla.mozilla.org/show_bug.cgi?id=1925631