getProfile: When no name in response, keep previous name

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal
2026-02-24 16:17:27 -06:00
committed by GitHub
parent 4a9093091c
commit 62c7e54ab0

View File

@@ -814,12 +814,6 @@ async function doGetProfile(
} else {
log.warn(`${logId}: No key to decrypt 'name' field; skipping`);
}
} else {
log.warn(`${logId}: 'name' field missing; clearing profile name`);
c.set({
profileName: undefined,
profileFamilyName: undefined,
});
}
try {