mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Add recipient id to logging
This commit is contained in:
parent
80befec589
commit
9439de1c15
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ public class ManagerImpl implements Manager {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
disposable.add(account.getIdentityKeyStore().getIdentityChanges().subscribe(recipientId -> {
|
disposable.add(account.getIdentityKeyStore().getIdentityChanges().subscribe(recipientId -> {
|
||||||
logger.trace("Archiving old sessions");
|
logger.trace("Archiving old sessions for {}", recipientId);
|
||||||
account.getSessionStore().archiveSessions(recipientId);
|
account.getSessionStore().archiveSessions(recipientId);
|
||||||
account.getSenderKeyStore().deleteSharedWith(recipientId);
|
account.getSenderKeyStore().deleteSharedWith(recipientId);
|
||||||
final var profile = account.getRecipientStore().getProfile(recipientId);
|
final var profile = account.getRecipientStore().getProfile(recipientId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue