Merge pull request #26975 from overleaf/em-dsmp-subscribe

Add DS mobile app subscribe/unsubscribe endpoints

GitOrigin-RevId: 7396ccd54671016c62d61076e5e92ff3ecd42338
This commit is contained in:
Eric Mc Sween
2025-07-11 08:44:27 -04:00
committed by Copybot
parent e35f79bf32
commit 6abd4fe23e

View File

@@ -225,6 +225,9 @@ const UserSchema = new Schema(
analyticsId: { type: String },
completedTutorials: Schema.Types.Mixed,
suspended: { type: Boolean },
dsMobileApp: {
subscribed: { type: Boolean },
},
},
{ minimize: false }
)