mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 22:10:38 +00:00
clean up diff
This commit is contained in:
parent
b5fd2f920d
commit
a1f9597aa3
3 changed files with 8 additions and 2 deletions
|
@ -1698,7 +1698,13 @@ public class Manager implements Closeable {
|
|||
cachedMessage.delete();
|
||||
}
|
||||
|
||||
public void receiveMessagesAndReadStdin(long timeout, TimeUnit unit, boolean returnOnTimeout, boolean ignoreAttachments, ReceiveMessageHandler handler) throws IOException {
|
||||
public void receiveMessagesAndReadStdin(
|
||||
long timeout,
|
||||
TimeUnit unit,
|
||||
boolean returnOnTimeout,
|
||||
boolean ignoreAttachments,
|
||||
ReceiveMessageHandler handler
|
||||
) throws IOException {
|
||||
retryFailedReceivedMessages(handler, ignoreAttachments);
|
||||
final SignalServiceMessageReceiver messageReceiver = getMessageReceiver();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue