back interdiff of round #1 and #0

appview/notify: notify users mentioned on PR comments #739

merged
opened by boltless.me targeting master from feat/mentions
files
appview
ERROR
appview/notify/db/db.go

Failed to calculate interdiff for this file.

ERROR
appview/notify/notifier.go

Failed to calculate interdiff for this file.

ERROR
appview/notify/posthog/notifier.go

Failed to calculate interdiff for this file.

ERROR
appview/pulls/pulls.go

Failed to calculate interdiff for this file.

NEW
appview/notify/merged_notifier.go
···
m.fanout("NewPull", ctx, pull)
}
-
func (m *mergedNotifier) NewPullComment(ctx context.Context, comment *models.PullComment) {
-
m.fanout("NewPullComment", ctx, comment)
+
func (m *mergedNotifier) NewPullComment(ctx context.Context, comment *models.PullComment, mentions []syntax.DID) {
+
m.fanout("NewPullComment", ctx, comment, mentions)
}
func (m *mergedNotifier) NewPullState(ctx context.Context, pull *models.Pull) {