mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-31 19:44:24 +01:00
Only respond to sync requests if we're the master device
This commit is contained in:
@@ -1903,7 +1903,7 @@ public class Manager implements Closeable {
|
||||
destination,
|
||||
ignoreAttachments));
|
||||
}
|
||||
if (syncMessage.getRequest().isPresent()) {
|
||||
if (syncMessage.getRequest().isPresent() && account.isMasterDevice()) {
|
||||
var rm = syncMessage.getRequest().get();
|
||||
if (rm.isContactsRequest()) {
|
||||
actions.add(SendSyncContactsAction.create());
|
||||
|
||||
Reference in New Issue
Block a user