|
|
@ -1116,7 +1116,7 @@ public class PushDecryptJob extends BaseJob implements InjectableType {
|
|
|
|
storageAPI.updateUserDeviceMappings();
|
|
|
|
storageAPI.updateUserDeviceMappings();
|
|
|
|
// Update display names
|
|
|
|
// Update display names
|
|
|
|
if (content.senderDisplayName.isPresent() && content.senderDisplayName.get().length() > 0) {
|
|
|
|
if (content.senderDisplayName.isPresent() && content.senderDisplayName.get().length() > 0) {
|
|
|
|
setDisplayName(envelope.getSource(), content.senderDisplayName.get());
|
|
|
|
TextSecurePreferences.setProfileName(context, content.senderDisplayName.get());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Contact sync
|
|
|
|
// Contact sync
|
|
|
|