mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add dbus SignalControl interface to register/verify/link accounts
This commit is contained in:
parent
48b2c7ff8a
commit
8f781c019f
9 changed files with 272 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue