mirror of https://gitlab.com/brutaldon/brutaldon
Forgot one @never_cache
This commit is contained in:
parent
ae7362903a
commit
f3d34733fe
|
@ -224,6 +224,7 @@ def fav(request, id):
|
||||||
else:
|
else:
|
||||||
return render(request, 'main/fav.html', {"toot": toot})
|
return render(request, 'main/fav.html', {"toot": toot})
|
||||||
|
|
||||||
|
@never_cache
|
||||||
def boost(request, id):
|
def boost(request, id):
|
||||||
mastodon = get_mastodon(request)
|
mastodon = get_mastodon(request)
|
||||||
toot = mastodon.status(id)
|
toot = mastodon.status(id)
|
||||||
|
|
Loading…
Reference in New Issue