mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 07:13:52 -05:00
Turn off caching for notifications
This commit is contained in:
parent
53a0938f7b
commit
b8d29ecc97
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user