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 e29662c951
commit d4511ea7c2

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 }
)