Skip to content

Commit

Permalink
fixat lite
Browse files Browse the repository at this point in the history
  • Loading branch information
kbin76 committed Jun 20, 2017
1 parent a774b1f commit 636c73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/asamk/signal/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ private void handleSignalServiceDataMessage(SignalServiceDataMessage message, Js
j.messageBody = message.getBody().get();
}
if (message.getGroupInfo().isPresent()) {
if( message.getBody().get().equals("")) {
if( message.getBody().get().equals("") && !message.getAttachments().isPresent() ) {
j.type = "groupInfo";
} else {
j.type = "groupMessage";
Expand Down

0 comments on commit 636c73f

Please sign in to comment.