hide locked torrents from regular users
Cette révision appartient à :
Parent
3f1a52136a
révision
829de54421
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -76,7 +76,7 @@ func SearchHandler(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
searchParam, torrents, nbTorrents, err := search.AuthorizedQuery(c, pagenum, currentUser.CurrentOrAdmin(uint(userID)))
|
||||
searchParam, torrents, nbTorrents, err := search.AuthorizedQuery(c, pagenum, currentUser.IsJanitor())
|
||||
if err != nil {
|
||||
c.AbortWithError(http.StatusInternalServerError, err)
|
||||
return
|
||||
|
|
Référencer dans un nouveau ticket