0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/rust/message-backup
Alex Konradi 4f630a60f4
Stop tracking call IDs in message backups
Call identifiers are not required to be unique across a client, and unlike chat 
IDs and recipient IDs, call IDs are not used as foreign keys elsewhere in a 
backup file. Calls shouldn't be checked for uniqueness and therefore don't need 
to be tracked at the top level.
2024-05-17 10:39:58 -04:00
..
io Move message backup proto and I/O to new crate 2024-05-15 14:10:53 -04:00
macros Use static dispatch for proto unknown field detection 2024-01-23 09:05:29 -05:00
src Stop tracking call IDs in message backups 2024-05-17 10:39:58 -04:00
tests Move message backup proto and I/O to new crate 2024-05-15 14:10:53 -04:00
Cargo.toml Move message backup proto and I/O to new crate 2024-05-15 14:10:53 -04:00