Lỗi có thể di chuyển tù sharedlink sang public nhưng không có hotspot quay lại
This commit is contained in:
@@ -39,6 +39,11 @@ const sceneSchema = new mongoose.Schema({
|
||||
enum: ['processing', 'completed', 'failed'],
|
||||
default: 'processing'
|
||||
},
|
||||
privacy: {
|
||||
type: String,
|
||||
enum: ['public', 'private', 'member', 'shared'],
|
||||
default: 'private'
|
||||
},
|
||||
shareToken: String,
|
||||
shareTokenExpires: Date,
|
||||
sharedWith: [{
|
||||
|
||||
Reference in New Issue
Block a user