From 0e29f1f5bb68a48d9b837d7f4e0a16370734955b Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 9 May 2023 12:16:10 +0200 Subject: [feature] Enable federation in/out of profile PropertyValue fields (#1722) Co-authored-by: kim Co-authored-by: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> --- internal/api/model/field.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/api/model/field.go') diff --git a/internal/api/model/field.go b/internal/api/model/field.go index 399fef20a..c3dc8d67a 100644 --- a/internal/api/model/field.go +++ b/internal/api/model/field.go @@ -29,5 +29,5 @@ type Field struct { Value string `json:"value"` // If this field has been verified, when did this occur? (ISO 8601 Datetime). // example: 2021-07-30T09:20:25+00:00 - VerifiedAt string `json:"verified_at,omitempty"` + VerifiedAt *string `json:"verified_at"` } -- cgit v1.2.3