mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Show the contact name when receiving messages
Works only if the contact is stored in the config file already
This commit is contained in:
parent
03c6f84fc2
commit
d9b082a59e
2 changed files with 17 additions and 3 deletions
|
@ -942,4 +942,8 @@ class Manager implements Signal {
|
|||
contactsFile.delete();
|
||||
}
|
||||
}
|
||||
|
||||
public ContactInfo getContact(String number) {
|
||||
return contactStore.getContact(number);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue