Update view.go
Cette révision appartient à :
Parent
56e912d229
révision
657454f40b
1 fichiers modifiés avec 3 ajouts et 3 suppressions
|
@ -40,9 +40,9 @@ func ViewHandler(c *gin.Context) {
|
|||
// Retrieve the torrent
|
||||
torrent, err := torrents.FindByID(uint(id))
|
||||
|
||||
// If come from notification, toggle the notification as read
|
||||
if c.Request.URL.Query()["notif"] != nil && user.ID > 0 {
|
||||
notifications.ToggleReadNotification(torrent.Identifier(), user.ID)
|
||||
// Toggle the notifications related to this torrent as read
|
||||
if user.ID > 0 {
|
||||
notifications.ToggleReadNotification(torrent.Identifier(), user)
|
||||
}
|
||||
|
||||
// If torrent not found, display 404
|
||||
|
|
Référencer dans un nouveau ticket