notifications: don't try passive authentication on count API (#34780)
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details

This commit is contained in:
Frédéric Péters 2019-07-12 09:53:10 +02:00
parent c72dc81afc
commit 4fceea146b
1 changed files with 1 additions and 0 deletions

View File

@ -98,3 +98,4 @@ class Count(GenericAPIView):
return Response({'err': 0, 'total': total, 'new': new})
count = Count.as_view()
count.mellon_no_passive = True