Remove debug output and allow updating the avatar

This commit is contained in:
Finn 2017-02-20 14:56:44 -08:00
parent 55e6a7be5b
commit bff3beb973

View file

@ -834,8 +834,7 @@ class Manager implements Signal {
if (!avatar.isEmpty()) { if (!avatar.isEmpty()) {
optAvatar = avatar; optAvatar = avatar;
} }
System.err.println("sendUpdateGroupMessage(" + Base64.encodeBytes(groupId) + ", " + optName + ", " + optMembers + ", " + optAvatar + ");"); sendUpdateGroupMessage(groupId, optName, optMembers, optAvatar);
sendUpdateGroupMessage(groupId, optName, optMembers, null);
} }
private void requestSyncGroups() throws IOException { private void requestSyncGroups() throws IOException {