mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-13 03:26:02 +00:00
Always set the read receipts setting during provisioning if available
This commit is contained in:
parent
de5daf0ad4
commit
86ad7bf53f
@ -216,8 +216,8 @@ public class ProvisioningManagerImpl implements ProvisioningManager, Closeable {
|
||||
accountEntropyPool,
|
||||
mediaRootBackupKey);
|
||||
|
||||
if (Boolean.TRUE.equals(msg.readReceipts)) {
|
||||
account.getConfigurationStore().setReadReceipts(true);
|
||||
if (msg.readReceipts != null) {
|
||||
account.getConfigurationStore().setReadReceipts(msg.readReceipts);
|
||||
}
|
||||
|
||||
final var aciPreKeys = generatePreKeysForType(account.getAccountData(ServiceIdType.ACI));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user