Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix notifications

Cette révision appartient à :
akuma06 2017-07-17 15:00:40 +02:00
Parent 81113001df
révision e56aa2a713

Voir le fichier

@ -9,7 +9,9 @@ import (
"github.com/NyaaPantsu/nyaa/utils/publicSettings"
)
// When a new comment is added this is called
func NewCommentEvent(comment *models.Comment, torrent *models.Torrent) {
comment.Torrent = torrent
url := "/view/" + strconv.FormatUint(uint64(torrent.ID), 10)
if torrent.UploaderID > 0 {
torrent.Uploader.ParseSettings()