Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email addresses treated as at-mentions #737

Closed
jcracknell opened this issue Dec 12, 2014 · 4 comments
Closed

Email addresses treated as at-mentions #737

jcracknell opened this issue Dec 12, 2014 · 4 comments
Labels
💊 bug Something isn't working status: needs feedback Tell me more about it

Comments

@jcracknell
Copy link
Contributor

Probably needs some lookbehind for whitespace or string start, e.g. (?<=^|\s)@[a-z0-9_.-]+.

@unknwon unknwon added the 💊 bug Something isn't working label Dec 12, 2014
@unknwon
Copy link
Member

unknwon commented Dec 12, 2014

Probably just requires a leading white space for at-mentions? <space>@someone

@jcracknell
Copy link
Contributor Author

Whitespace or beginning of string/line: ^|\s.

@unknwon
Copy link
Member

unknwon commented Feb 7, 2015

Hi @jcracknell , thanks for your patient! This issue should be fixed by the PR you are referenced. You can also test on https://try.gogs.io/ .

@unknwon
Copy link
Member

unknwon commented Feb 13, 2015

As new mirror release v0.5.13 is going to release, and this issue is labeled as feedback needed, so close it for assumed resolved, feel free to reopen this if you want to continue discussing. 🍺

@unknwon unknwon closed this as completed Feb 13, 2015
ethantkoenig pushed a commit to ethantkoenig/gogs that referenced this issue Jan 27, 2017
Link was wrong the repo was of another owner
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
💊 bug Something isn't working status: needs feedback Tell me more about it
Projects
None yet
Development

No branches or pull requests

2 participants