signal-backup-decode
signal-backup-decode copied to clipboard
Fixing #40: Support KeyValue
Hello,
This PR is intended to fix #40 by adding support for the output of keyvalue frames. In addition, there are some small code cleanups. For example: I have removed checking the number of frames in frame.rs::new
. I think there is no case in protobuf where a frame has two different contents and it is only necessary to check for unknown frame contents.
Best, mutlusun
Dear @pajowu ,
Thanks for your feedback. Please see my reply in the inline comment.
Sorry for the long wait, I added another comment to our inline discussion
Thanks for your reply. If CI does not throw any error, it's ready to be merged from my side.
I'm sorry that the commit history got so messy ...