mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-01 06:28:11 +00:00
Split unregistered recipients when loading profile fails with 404
This commit is contained in:
parent
5f3f6c071b
commit
6f749352d8
@ -981,7 +981,7 @@ public class RecipientStore implements RecipientIdCreator, RecipientResolver, Re
|
|||||||
if (registered) {
|
if (registered) {
|
||||||
markRegistered(connection, recipientId);
|
markRegistered(connection, recipientId);
|
||||||
} else {
|
} else {
|
||||||
markUnregistered(connection, recipientId);
|
markUnregisteredAndSplitIfNecessary(connection, recipientId);
|
||||||
}
|
}
|
||||||
connection.commit();
|
connection.commit();
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user