Turn off caching for notifications

This commit is contained in:
Jason McBrayer 2019-04-02 14:31:35 -04:00
parent 53a0938f7b
commit b8d29ecc97
1 changed files with 0 additions and 1 deletions

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)