setProfileKey: Introduce 'reason' parameter for improved logging

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal 2024-09-16 13:16:04 -05:00 committed by GitHub
parent 8965857ca0
commit 8d42bd55e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 48 additions and 28 deletions

View file

@ -1142,7 +1142,9 @@ export class ConversationController {
const profileKey = obsolete.get('profileKey');
if (profileKey) {
await current.setProfileKey(profileKey);
await current.setProfileKey(profileKey, {
reason: 'doCombineConversations ',
});
}
}