mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
Remove debug output and allow updating the avatar
This commit is contained in:
parent
55e6a7be5b
commit
bff3beb973
1 changed files with 1 additions and 2 deletions
|
@ -834,8 +834,7 @@ class Manager implements Signal {
|
|||
if (!avatar.isEmpty()) {
|
||||
optAvatar = avatar;
|
||||
}
|
||||
System.err.println("sendUpdateGroupMessage(" + Base64.encodeBytes(groupId) + ", " + optName + ", " + optMembers + ", " + optAvatar + ");");
|
||||
sendUpdateGroupMessage(groupId, optName, optMembers, null);
|
||||
sendUpdateGroupMessage(groupId, optName, optMembers, optAvatar);
|
||||
}
|
||||
|
||||
private void requestSyncGroups() throws IOException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue