Signed-off-by: Seongmin Lee git@boltless.me
ERROR
appview/notify/db/db.go
ERROR
appview/notify/db/db.go
Failed to calculate interdiff for this file.
ERROR
appview/notify/notifier.go
ERROR
appview/notify/notifier.go
Failed to calculate interdiff for this file.
ERROR
appview/notify/posthog/notifier.go
ERROR
appview/notify/posthog/notifier.go
Failed to calculate interdiff for this file.
ERROR
appview/pulls/pulls.go
ERROR
appview/pulls/pulls.go
Failed to calculate interdiff for this file.
NEW
appview/notify/merged_notifier.go
NEW
appview/notify/merged_notifier.go
···
82
82
m.fanout("NewPull", ctx, pull)
83
83
}
84
84
85
-
func (m *mergedNotifier) NewPullComment(ctx context.Context, comment *models.PullComment) {
86
-
m.fanout("NewPullComment", ctx, comment)
85
+
func (m *mergedNotifier) NewPullComment(ctx context.Context, comment *models.PullComment, mentions []syntax.DID) {
86
+
m.fanout("NewPullComment", ctx, comment, mentions)
87
87
}
88
88
89
89
func (m *mergedNotifier) NewPullState(ctx context.Context, pull *models.Pull) {