🐛 修复 BUG

This commit is contained in:
WispX
2021-12-17 16:02:36 +08:00
parent bbdad3f911
commit 9ee8d51852
+1 -1
View File
@@ -83,7 +83,7 @@ class User extends Authenticatable
$user->configs = collect([
UserConfigKey::DefaultAlbum => 0,
UserConfigKey::DefaultStrategy => 0,
UserConfigKey::IsAutoClearPreview,
UserConfigKey::IsAutoClearPreview => 0,
])->merge($user->configs ?: []);
});
}