commento.js: don't recursively delete comments
This commit is contained in:
@@ -16,4 +16,5 @@ type comment struct {
|
||||
State string `json:"state,omitempty"`
|
||||
CreationDate time.Time `json:"creationDate"`
|
||||
Direction int `json:"direction"`
|
||||
Deleted bool `json:"deleted"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user