mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Implement requesting/sending groups when linking device
This commit is contained in:
parent
947818d317
commit
0ad42a72ab
4 changed files with 147 additions and 6 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue