diff options
Diffstat (limited to 'internal/model/icon.go')
-rw-r--r-- | internal/model/icon.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/model/icon.go b/internal/model/icon.go index c02e5767..7a38b75c 100644 --- a/internal/model/icon.go +++ b/internal/model/icon.go @@ -13,7 +13,7 @@ type Icon struct { ID int64 `json:"id"` Hash string `json:"hash"` MimeType string `json:"mime_type"` - Content []byte `json:"content"` + Content []byte `json:"-"` } // DataURL returns the data URL of the icon. |