mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-09 00:44:25 +01:00
Split given/family name in updateContact command
This commit is contained in:
@@ -409,9 +409,9 @@ public class DbusManagerImpl implements Manager {
|
||||
|
||||
@Override
|
||||
public void setContactName(
|
||||
final RecipientIdentifier.Single recipient, final String name
|
||||
final RecipientIdentifier.Single recipient, final String givenName, final String familyName
|
||||
) throws NotPrimaryDeviceException {
|
||||
signal.setContactName(recipient.getIdentifier(), name);
|
||||
signal.setContactName(recipient.getIdentifier(), givenName);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user