[bugfix] Store LastModified for domain perm subs + send as If-Modified-Since

This commit is contained in:
tobi 2025-01-19 13:53:13 +01:00
commit e7b2f87699
11 changed files with 377 additions and 42 deletions

View file

@ -372,6 +372,7 @@ func sizeofDomainPermissionSubscription() uintptr {
FetchedAt: exampleTime,
SuccessfullyFetchedAt: exampleTime,
ETag: exampleID,
LastModified: exampleTime,
Error: exampleTextSmall,
}))
}