setProfileKey: Introduce 'reason' parameter for improved logging
This commit is contained in:
parent
c2e7f30988
commit
b32dbf2c68
8 changed files with 48 additions and 28 deletions
|
@ -1146,7 +1146,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