feat: Unlock password-locked reels (auto unlock and view passowrd)

This commit is contained in:
faroukbmiled
2026-04-05 03:51:09 +01:00
parent b99c20a254
commit 5282d67103
5 changed files with 199 additions and 1 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ BOOL dmVisualMsgsViewedButtonEnabled = false;
@"disable_auto_unmuting_reels": @(YES),
@"doom_scrolling_reel_count": @(1),
@"no_seen_visual": @(YES),
@"send_audio_as_file": @(YES)
@"send_audio_as_file": @(YES),
@"unlock_password_reels": @(YES)
};
[[NSUserDefaults standardUserDefaults] registerDefaults:sciDefaults];