diff options
Diffstat (limited to 'internal/cache/size.go')
-rw-r--r-- | internal/cache/size.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cache/size.go b/internal/cache/size.go index 2c8772f96..4cca91666 100644 --- a/internal/cache/size.go +++ b/internal/cache/size.go @@ -657,7 +657,7 @@ func sizeofStatus() uintptr { MentionIDs: []string{}, EmojiIDs: []string{exampleID, exampleID, exampleID}, CreatedAt: exampleTime, - UpdatedAt: exampleTime, + EditedAt: exampleTime, FetchedAt: exampleTime, Local: func() *bool { ok := false; return &ok }(), AccountURI: exampleURI, |