Eliminate concept of group 'owner'.

This commit is contained in:
Moxie Marlinspike
2014-02-22 11:29:28 -08:00
parent da57a689c1
commit 315cf2d8e4
5 changed files with 8 additions and 39 deletions

View File

@@ -110,7 +110,7 @@ public class GroupReceiver {
}
if (group.hasName() || group.hasAvatar()) {
database.update(id, message.getSource(), group.getName(), group.getAvatar());
database.update(id, group.getName(), group.getAvatar());
}
if (group.hasName() && group.getName() != null && group.getName().equals(groupRecord.getTitle())) {