signal-cli/src/main
ced-b 35def4445d
Fix handling of attachments in JSON RPC (#1109)
* 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>
2022-11-24 17:29:45 +01:00
..
java/org/asamk Fix handling of attachments in JSON RPC (#1109) 2022-11-24 17:29:45 +01:00
resources/META-INF/services Add --scrub-log flag to remove possibly sensitive information from the log 2022-09-04 11:15:23 +02:00