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 b08a62a85..7898f9dfd 100644 --- a/internal/cache/size.go +++ b/internal/cache/size.go @@ -573,7 +573,7 @@ func sizeofNotification() uintptr { CreatedAt: exampleTime, TargetAccountID: exampleID, OriginAccountID: exampleID, - StatusID: exampleID, + StatusOrEditID: exampleID, Read: func() *bool { ok := false; return &ok }(), })) } |
