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
When mentioning someone in an issue or pr, it doesn't seem to matter if the user exists or not. For example, when I mention someone @NonexistentUser, Gitea still creates a link from it, leading to a 404 page. It shold check if the user exists and only create the link if it does.
The text was updated successfully, but these errors were encountered:
)
Previously mentioning a user would link to its profile, regardless of
whether the user existed. This change tests if the user exists and only
if it does - a link to its profile is added.
* Fixes#3444
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Description
When mentioning someone in an issue or pr, it doesn't seem to matter if the user exists or not. For example, when I mention someone @NonexistentUser, Gitea still creates a link from it, leading to a 404 page. It shold check if the user exists and only create the link if it does.
The text was updated successfully, but these errors were encountered: