mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-20 14:14:23 +01: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:
@@ -942,4 +942,8 @@ class Manager implements Signal {
|
||||
contactsFile.delete();
|
||||
}
|
||||
}
|
||||
|
||||
public ContactInfo getContact(String number) {
|
||||
return contactStore.getContact(number);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user