]> source.dussan.org Git - gitea.git/commit
Send notifications for mentions in pulls, issues, (code-)comments (#14218) (#14221)
authorJimmy Praet <jimmy.praet@telenet.be>
Sun, 3 Jan 2021 13:44:40 +0000 (14:44 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Jan 2021 13:44:40 +0000 (15:44 +0200)
commit450b32c1a1f316fdd2c4a3769f278531c55b3873
treec35be5caa3ba5dbccfc56f54e0f8dba4c901f1c4
parent06673cbccb9ecb7682185fade8cfc4ee21cac64f
Send notifications for mentions in pulls, issues, (code-)comments (#14218) (#14221)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
15 files changed:
models/issue.go
modules/notification/action/action.go
modules/notification/base/notifier.go
modules/notification/base/null.go
modules/notification/indexer/indexer.go
modules/notification/mail/mail.go
modules/notification/notification.go
modules/notification/ui/ui.go
modules/notification/webhook/webhook.go
services/comments/comments.go
services/issue/issue.go
services/mailer/mail_comment.go
services/mailer/mail_issue.go
services/pull/pull.go
services/pull/review.go