diff --git a/brutaldon/views.py b/brutaldon/views.py index bfcf822..be5a705 100644 --- a/brutaldon/views.py +++ b/brutaldon/views.py @@ -224,6 +224,7 @@ def fav(request, id): else: return render(request, 'main/fav.html', {"toot": toot}) +@never_cache def boost(request, id): mastodon = get_mastodon(request) toot = mastodon.status(id)