1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-12-04 14:46:24 -05:00

Turn off caching for notifications

This commit is contained in:
Jason McBrayer 2019-04-02 14:31:35 -04:00
parent 53a0938f7b
commit b8d29ecc97

View File

@ -382,7 +382,6 @@ def error(request):
return render(request, 'error.html', { 'error': _("Not logged in yet.")})
@br_login_required
@cache_page(10)
def note(request, next=None, prev=None):
try:
account, mastodon = get_usercontext(request)