]> nmode's Git Repositories - signal-cli/commit
Include source name in JSON output (#663)
authortechnillogue <wisepoison@gmail.com>
Fri, 23 Jul 2021 15:19:09 +0000 (11:19 -0400)
committerGitHub <noreply@github.com>
Fri, 23 Jul 2021 15:19:09 +0000 (17:19 +0200)
commit8cc48776276b60fc785ebbd069b9bfdf8df2896a
treeaa9999ce1e07e73d28b6bd847ed6412537049593
parentdedbafb99af814f4500d029dffdc7807070a5724
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 <asamk@gmx.de>
Fixes #663
src/main/java/org/asamk/signal/json/JsonMessageEnvelope.java