+1
-1
appview/indexer/notifier.go
+1
-1
appview/indexer/notifier.go
···
+23
-2
appview/issues/issues.go
+23
-2
appview/issues/issues.go
······rp.pages.HxLocation(w, fmt.Sprintf("/%s/issues/%d#comment-%d", f.OwnerSlashRepo(), issue.IssueId, commentId))···
+24
-6
appview/notify/db/db.go
+24
-6
appview/notify/db/db.go
···+func (n *databaseNotifier) NewIssue(ctx context.Context, issue *models.Issue, mentions []syntax.DID) {·········-func (n *databaseNotifier) NewIssueComment(ctx context.Context, comment *models.IssueComment) {+func (n *databaseNotifier) NewIssueComment(ctx context.Context, comment *models.IssueComment, mentions []syntax.DID) {······
+4
-4
appview/notify/merged_notifier.go
+4
-4
appview/notify/merged_notifier.go
···+func (m *mergedNotifier) NewIssue(ctx context.Context, issue *models.Issue, mentions []syntax.DID) {+func (m *mergedNotifier) NewIssueComment(ctx context.Context, comment *models.IssueComment, mentions []syntax.DID) {
+5
-4
appview/notify/notifier.go
+5
-4
appview/notify/notifier.go
······+func (m *BaseNotifier) NewIssue(ctx context.Context, issue *models.Issue, mentions []syntax.DID) {}+func (m *BaseNotifier) NewIssueComment(ctx context.Context, comment *models.IssueComment, mentions []syntax.DID) {func (m *BaseNotifier) NewIssueState(ctx context.Context, actor syntax.DID, issue *models.Issue) {}
+4
-2
appview/notify/posthog/notifier.go
+4
-2
appview/notify/posthog/notifier.go
···+func (n *posthogNotifier) NewIssue(ctx context.Context, issue *models.Issue, mentions []syntax.DID) {···-func (n *posthogNotifier) NewIssueComment(ctx context.Context, comment *models.IssueComment) {+func (n *posthogNotifier) NewIssueComment(ctx context.Context, comment *models.IssueComment, mentions []syntax.DID) {
+24
appview/pages/markup/markdown.go
+24
appview/pages/markup/markdown.go
···