Skip to content

Commit

Permalink
Update SocketHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Darker935 authored Jun 17, 2024
1 parent ca52303 commit 4b946fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/it/auties/whatsapp/socket/SocketHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,7 @@ public CompletableFuture<Void> sendReceipt(Jid jid, Jid participant, List<String
return CompletableFuture.completedFuture(null);
}

if (jid != null) {
jid = jid.withAgent(null);
}
jid = jid.withAgent(null);
if (participant != null) {
participant = participant.withAgent(null);
}
Expand Down

0 comments on commit 4b946fb

Please sign in to comment.