Check for sync even with no gateways As we may need to remove something from a removed gateway.
1 files changed, 0 insertions(+), 1 deletions(-) M src/cheogram/java/eu/siacs/conversations/services/QuickConversationsService.java
M src/cheogram/java/eu/siacs/conversations/services/QuickConversationsService.java => src/cheogram/java/eu/siacs/conversations/services/QuickConversationsService.java +0 -1
@@ 101,7 101,6 @@ public class QuickConversationsService extends AbstractQuickConversationsService ImmutableMap<String, PhoneNumberContact> allContacts = null; for (final Account account : ImmutableList.copyOf(service.getAccounts())) { List<String> gateways = gateways(account); if (gateways.size() < 1) continue; if (allContacts == null) allContacts = PhoneNumberContact.load(service); refresh(account, gateways, allContacts.values()); if (!considerSync(account, gateways, allContacts, forced)) {