You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notifications API (api/v1/notifications) returns a 500 internal server error if any notification addresses a comment that was deleted. ...pi/v1/notify/user.go:85:ListNotifications() [E] InternalServerError: GetCommentByID [193] for issue ID [53]: comment does not exist [id: 193, issue_id: 0]
The text was updated successfully, but these errors were encountered:
Gitea Version
1.16.0
How are you running Gitea?
built from source, from cli
Can you reproduce the bug on the Gitea demo site?
Yes
Description
The notifications API (
api/v1/notifications
) returns a 500 internal server error if any notification addresses a comment that was deleted....pi/v1/notify/user.go:85:ListNotifications() [E] InternalServerError: GetCommentByID [193] for issue ID [53]: comment does not exist [id: 193, issue_id: 0]
The text was updated successfully, but these errors were encountered: