mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-24 09:34:20 +01:00
Fix file name for contact avatars
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user