mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
* Fix handling of attachments in JSON RPC It turns out that using a custom serializer on an input stream did not work well. For one the stream seems to be getting closed before the JSON gets written. But also the method for writing it was throwing an UnsupportedOperationException further down in Jackson. The above simplifies the matter by simply outputting the Base64 string first and then setting it on the model. * Add missing files to attachment fix Co-authored-by: cedb <cedb@keylimebox.org> |
||
---|---|---|
.. | ||
java/org/asamk | ||
resources/META-INF/services |