@@ -676,11 +676,11 @@ func externalizeReaction(reaction reactions.EmojiID) (githubql.ReactionContent, return "", fmt.Errorf("%q is an unsupported reaction", reaction) } } // threadType is the notifications thread type for this service. const threadType = "Issue" const threadType = "PullRequest" // ThreadType returns the notifications thread type for this service. func (service) ThreadType() string { return threadType } // markRead marks the specified issue as read for current user.