Omit unneeded fields from user object in getProfiles service and remove ImgCount field from Post model

Этот коммит содержится в:
JoramWilander
2015-11-09 12:35:44 -05:00
родитель ffe844339a
Коммит c07c266b27
4 изменённых файлов: 35 добавлений и 22 удалений

Просмотреть файл

@@ -26,7 +26,6 @@ type Post struct {
ParentId string `json:"parent_id"`
OriginalId string `json:"original_id"`
Message string `json:"message"`
ImgCount int64 `json:"img_count"`
Type string `json:"type"`
Props StringInterface `json:"props"`
Hashtags string `json:"hashtags"`