Clear MSL after SN change.

This commit is contained in:
Greyson Parrelli
2024-01-26 11:21:33 -05:00
committed by Nicholas Tinsley
parent 2c2735af6d
commit 92993f967e
2 changed files with 15 additions and 9 deletions

View File

@@ -164,6 +164,7 @@ public final class IdentityUtil {
throw new AssertionError(e);
}
SignalDatabase.messageLog().deleteAllForRecipient(recipientId);
}
public static void saveIdentity(String user, IdentityKey identityKey) {