From: technillogue Date: Fri, 23 Jul 2021 15:19:09 +0000 (-0400) Subject: Include source name in JSON output (#663) X-Git-Tag: v0.8.5~6 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/8cc48776276b60fc785ebbd069b9bfdf8df2896a?hp=8cc48776276b60fc785ebbd069b9bfdf8df2896a Include source name in JSON output (#663) * add sourceName * avoid sourceName might not have been initialized * catch NullPointerException instead of checking for null * Update JsonMessageEnvelope.java Co-authored-by: AsamK Fixes #663 ---