do not add in_roster flag when restoring from disk

This commit is contained in:
Daniel Gultsch 2018-07-09 11:06:23 +02:00
parent 7b64a031cd
commit 728c86222d
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ public class Roster {
return;
}
contact.setAccount(account);
contact.setOption(Contact.Options.IN_ROSTER);
synchronized (this.contacts) {
contacts.put(contact.getJid().asBareJid(), contact);
}