mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Default the retry receipt flag to true.
This commit is contained in:
@@ -359,7 +359,7 @@ public final class FeatureFlags {
|
||||
|
||||
/** Whether or not sending or responding to retry receipts is enabled. */
|
||||
public static boolean retryReceipts() {
|
||||
return getBoolean(RETRY_RECEIPTS, false);
|
||||
return getBoolean(RETRY_RECEIPTS, true);
|
||||
}
|
||||
|
||||
/** How long to wait before considering a retry to be a failure. */
|
||||
|
||||
Reference in New Issue
Block a user