mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Turn off caching for notifications
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user