Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update view.go

Cette révision appartient à :
kilo 2017-10-29 19:17:55 +01:00 révisé par GitHub
Parent 56e912d229
révision 657454f40b
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -40,9 +40,9 @@ func ViewHandler(c *gin.Context) {
// Retrieve the torrent // Retrieve the torrent
torrent, err := torrents.FindByID(uint(id)) torrent, err := torrents.FindByID(uint(id))
// If come from notification, toggle the notification as read // Toggle the notifications related to this torrent as read
if c.Request.URL.Query()["notif"] != nil && user.ID > 0 { if user.ID > 0 {
notifications.ToggleReadNotification(torrent.Identifier(), user.ID) notifications.ToggleReadNotification(torrent.Identifier(), user)
} }
// If torrent not found, display 404 // If torrent not found, display 404