setProfileKey: Introduce 'reason' parameter for improved logging
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
8965857ca0
commit
8d42bd55e2
8 changed files with 48 additions and 28 deletions
|
@ -1142,7 +1142,9 @@ export class ConversationController {
|
|||
const profileKey = obsolete.get('profileKey');
|
||||
|
||||
if (profileKey) {
|
||||
await current.setProfileKey(profileKey);
|
||||
await current.setProfileKey(profileKey, {
|
||||
reason: 'doCombineConversations ',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue