threema-gateway-rs
threema-gateway-rs copied to clipboard
Add filemessage receiving functionality
While working on our Threema-Matrix-Bridge I have done the following things:
- make FileMessage deserializable from json
- download blob by blobId
- decrypt blob with blob key
Thanks for the PR! I'll take a look sometime (maybe this weekend) and will probably make a few small adjustments before merging. (That's more efficient than a review ping-pong.)
First two PRs merged at #65 and #67.