mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Fix file name for contact avatars
This commit is contained in:
parent
96d316b1dd
commit
c95897d17b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class AvatarStore {
|
|||
}
|
||||
|
||||
private File getContactAvatarFile(SignalServiceAddress address) {
|
||||
return new File(avatarsPath, "contact-" + address);
|
||||
return new File(avatarsPath, "contact-" + address.getLegacyIdentifier());
|
||||
}
|
||||
|
||||
private File getProfileAvatarFile(SignalServiceAddress address) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue