mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 21:45:42 +02:00
feat(forums): attach upload & download is finished
This commit is contained in:
@@ -15,6 +15,10 @@ var AttachSchema = new Schema({
|
||||
default: '',
|
||||
trim: true
|
||||
},
|
||||
filesize: {
|
||||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
downCount: {
|
||||
type: Number,
|
||||
default: 0
|
||||
|
||||
Reference in New Issue
Block a user