feat(pref): showthumbnail by default true
This commit is contained in:
@@ -9,7 +9,7 @@ const preferencesSchema = new mongoose.Schema(
|
||||
},
|
||||
showThumbnails: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user