mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	API: NotificationSubject show Issue/Pull State (#12901)
This commit is contained in:
		@@ -354,6 +354,7 @@ func (n *Notification) APIFormat() *api.NotificationThread {
 | 
			
		||||
		if n.Issue != nil {
 | 
			
		||||
			result.Subject.Title = n.Issue.Title
 | 
			
		||||
			result.Subject.URL = n.Issue.APIURL()
 | 
			
		||||
			result.Subject.State = n.Issue.State()
 | 
			
		||||
			comment, err := n.Issue.GetLastComment()
 | 
			
		||||
			if err == nil && comment != nil {
 | 
			
		||||
				result.Subject.LatestCommentURL = comment.APIURL()
 | 
			
		||||
@@ -364,6 +365,7 @@ func (n *Notification) APIFormat() *api.NotificationThread {
 | 
			
		||||
		if n.Issue != nil {
 | 
			
		||||
			result.Subject.Title = n.Issue.Title
 | 
			
		||||
			result.Subject.URL = n.Issue.APIURL()
 | 
			
		||||
			result.Subject.State = n.Issue.State()
 | 
			
		||||
			comment, err := n.Issue.GetLastComment()
 | 
			
		||||
			if err == nil && comment != nil {
 | 
			
		||||
				result.Subject.LatestCommentURL = comment.APIURL()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user