mirror of https://github.com/Chocobozzz/PeerTube
Server: show user created date for the api
parent
4b931f7df9
commit
d74a0680f7
|
@ -57,7 +57,8 @@ function toFormatedJSON () {
|
|||
return {
|
||||
id: this._id,
|
||||
username: this.username,
|
||||
role: this.role
|
||||
role: this.role,
|
||||
createdDate: this.createdDate
|
||||
}
|
||||
}
|
||||
// ------------------------------ STATICS ------------------------------
|
||||
|
|
Loading…
Reference in New Issue