mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-07 00:03:16 -06:00
[bugfix] Store LastModified for domain perm subs + send as If-Modified-Since
This commit is contained in:
parent
634d4f408f
commit
e7b2f87699
11 changed files with 377 additions and 42 deletions
1
internal/cache/size.go
vendored
1
internal/cache/size.go
vendored
|
|
@ -372,6 +372,7 @@ func sizeofDomainPermissionSubscription() uintptr {
|
|||
FetchedAt: exampleTime,
|
||||
SuccessfullyFetchedAt: exampleTime,
|
||||
ETag: exampleID,
|
||||
LastModified: exampleTime,
|
||||
Error: exampleTextSmall,
|
||||
}))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue