mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Returning usernames.
This commit is contained in:
@@ -17,6 +17,7 @@ const CommentSchema = new Schema({
|
||||
},
|
||||
asset_id: String,
|
||||
author_id: String,
|
||||
username: String,
|
||||
status: {
|
||||
type: String,
|
||||
enum: ['accepted', 'rejected', ''],
|
||||
|
||||
Reference in New Issue
Block a user