update readme with Name for blocked

This commit is contained in:
Umputun
2018-03-18 18:51:29 -05:00
parent ad46b3f72f
commit bb60959dd1
+1
View File
@@ -219,6 +219,7 @@ Sort can be `time` or `score`. Supported sort order with prefix -/+, i.e. `-time
```go
type BlockedUser struct {
ID string `json:"id"`
Name string `json:"name"`
Timestamp time.Time `json:"time"`
}
```