diff options
Diffstat (limited to 'pkg/mastotypes/field.go')
-rw-r--r-- | pkg/mastotypes/field.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/mastotypes/field.go b/pkg/mastotypes/field.go index dbfe08c54..29b5a1803 100644 --- a/pkg/mastotypes/field.go +++ b/pkg/mastotypes/field.go @@ -28,7 +28,6 @@ type Field struct { Value string `json:"value"` // OPTIONAL - // Timestamp of when the server verified a URL value for a rel="me” link. String (ISO 8601 Datetime) if value is a verified URL VerifiedAt string `json:"verified_at,omitempty"` } |