diff options
Diffstat (limited to 'internal/trans/model/account.go')
-rw-r--r-- | internal/trans/model/account.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/trans/model/account.go b/internal/trans/model/account.go index 60c0af51c..e29293fdd 100644 --- a/internal/trans/model/account.go +++ b/internal/trans/model/account.go @@ -46,7 +46,6 @@ type Account struct { StatusFormat string `json:"statusFormat,omitempty" bun:",nullzero"` URI string `json:"uri" bun:",nullzero"` URL string `json:"url" bun:",nullzero"` - LastWebfingeredAt *time.Time `json:"lastWebfingeredAt,omitempty" bun:",nullzero"` InboxURI string `json:"inboxURI" bun:",nullzero"` OutboxURI string `json:"outboxURI" bun:",nullzero"` FollowingURI string `json:"followingUri" bun:",nullzero"` |