Split unregistered recipients when loading profile fails with 404

This commit is contained in:
AsamK 2026-02-25 19:48:58 +01:00
parent 5f3f6c071b
commit 6f749352d8

View File

@ -981,7 +981,7 @@ public class RecipientStore implements RecipientIdCreator, RecipientResolver, Re
if (registered) {
markRegistered(connection, recipientId);
} else {
markUnregistered(connection, recipientId);
markUnregisteredAndSplitIfNecessary(connection, recipientId);
}
connection.commit();
} catch (SQLException e) {