mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-31 11:34:21 +01:00
Add dbus SignalControl interface to register/verify/link accounts
This commit is contained in:
@@ -2083,7 +2083,7 @@ public class Manager implements Closeable {
|
||||
|
||||
var hasCaughtUpWithOldMessages = false;
|
||||
|
||||
while (true) {
|
||||
while (!Thread.interrupted()) {
|
||||
SignalServiceEnvelope envelope;
|
||||
SignalServiceContent content = null;
|
||||
Exception exception = null;
|
||||
|
||||
Reference in New Issue
Block a user