Removed contact subscriptions from database.

This commit is contained in:
akwizgran
2016-01-27 16:48:45 +00:00
parent 9fdc510843
commit 9d537dce00
8 changed files with 16 additions and 574 deletions

View File

@@ -98,7 +98,6 @@ class TransportPropertyManagerImpl implements TransportPropertyManager,
Group g = getContactGroup(db.getContact(c));
// Subscribe to the group and share it with the contact
db.addGroup(g);
db.addContactGroup(c, g);
db.setVisibility(g.getId(), Collections.singletonList(c));
// Copy the latest local properties into the group
DeviceId dev = db.getDeviceId();