mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Server: show user created date for the api
This commit is contained in:
@@ -57,7 +57,8 @@ function toFormatedJSON () {
|
||||
return {
|
||||
id: this._id,
|
||||
username: this.username,
|
||||
role: this.role
|
||||
role: this.role,
|
||||
createdDate: this.createdDate
|
||||
}
|
||||
}
|
||||
// ------------------------------ STATICS ------------------------------
|
||||
|
||||
Reference in New Issue
Block a user