Forgot one @never_cache

This commit is contained in:
Jason McBrayer 2018-05-01 10:32:21 -04:00
parent ae7362903a
commit f3d34733fe
1 changed files with 1 additions and 0 deletions

View File

@ -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)