Add recipient id to logging
This commit is contained in:
parent
80befec589
commit
9439de1c15
@ -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…
x
Reference in New Issue
Block a user