mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-09-11 04:29:53 +02:00
feat(forums): new feature for oper & admin can set topic to show as home help item or home notice item
#20
This commit is contained in:
@@ -109,6 +109,14 @@ var TopicSchema = new Schema({
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
isHomeHelp: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
isHomeNotice: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
lastUser: {
|
||||
type: Schema.Types.ObjectId,
|
||||
ref: 'User'
|
||||
|
||||
Reference in New Issue
Block a user