mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-05 15:14:27 +01:00
Implement requesting/sending groups when linking device
This commit is contained in:
@@ -622,6 +622,7 @@ public class Main {
|
||||
handleSignalServiceDataMessage(message, group);
|
||||
}
|
||||
if (content.getSyncMessage().isPresent()) {
|
||||
System.out.println("Received a sync message");
|
||||
SignalServiceSyncMessage syncMessage = content.getSyncMessage().get();
|
||||
|
||||
if (syncMessage.getContacts().isPresent()) {
|
||||
|
||||
Reference in New Issue
Block a user