New users opt-out of read receipts; legacy users opt-in.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 40d728e022
commit 65732af3da

@ -837,6 +837,9 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
// enables this feature
[[OWSDisappearingMessagesJob sharedJob] startIfNecessary];
[[OWSProfileManager sharedManager] ensureLocalProfileCached];
// For non-legacy users, read receipts are on by default.
[[Environment preferences] setAreReadReceiptsEnabled:YES];
}
}

Loading…
Cancel
Save