anjali / pagure

Forked from pagure 7 years ago
Clone

7845021 Adjust is_watching

Authored and Committed by pingou 7 years ago
    Adjust is_watching
    
    - Keep user be the user passed on to the method
    - Make sure the method never raises an exception, this method is called
      in every single endpoint of the repo controller making it painful if
      it return True/False and raises exception while at the same time not
      working if the user is logged out.
    
        
file modified
+5 -6