Projet

Général

Profil

0001-notifications-don-t-try-passive-authentication-on-co.patch

Frédéric Péters, 12 juillet 2019 09:55

Télécharger (750 octets)

Voir les différences:

Subject: [PATCH] notifications: don't try passive authentication on count API
 (#34780)

 combo/apps/notifications/api_views.py | 1 +
 1 file changed, 1 insertion(+)
combo/apps/notifications/api_views.py
98 98
        return Response({'err': 0, 'total': total, 'new': new})
99 99

  
100 100
count = Count.as_view()
101
count.mellon_no_passive = True
101
-