# 1775835713-uityui-mastodon-social-reply

[//]: # (reply-to: https://mastodon.social/@uityui/116374955021105009)

`no-cache` should do the job, even if it's a bit aggressive.

As of now the ETag header matches the modification timestamp of the Markdown file, so if you make changes to the file the cache will be invalidated.

But it doesn't take into account new replies or reactions, which may indeed require a full refresh. This is something I've been working on - the ETag should be the maximum between the latest modification to the file and the most recent reaction.
