mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
FIX: missing argument in MqttCommand
This commit is contained in:
parent
ee8971f002
commit
aa416c9dbb
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class MqttCommand implements LocalCommand {
|
||||||
TimeUnit.HOURS,
|
TimeUnit.HOURS,
|
||||||
false,
|
false,
|
||||||
ignoreAttachments,
|
ignoreAttachments,
|
||||||
new MqttReceiveMessageHandler(m, mqttClient));
|
new MqttReceiveMessageHandler(mqttClient));
|
||||||
return 0;
|
return 0;
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
System.err.println("Error while receiving messages: " + e.getMessage());
|
System.err.println("Error while receiving messages: " + e.getMessage());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue