We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fixed in flarum/mentions#65
As part of flarum/issue-archive#254 usernames needed to be decoupled from mentions for greater flexibility.
The format of mentions was changed from:
@Username
@"Display Name"#ID
@Username#ID
@"Display Name"#pID
The text was updated successfully, but these errors were encountered:
SychO9
Successfully merging a pull request may close this issue.
Fixed in flarum/mentions#65
As part of flarum/issue-archive#254 usernames needed to be decoupled from mentions for greater flexibility.
The format of mentions was changed from:
@Username
to@"Display Name"#ID
for user mentions.@Username#ID
to@"Display Name"#pID
for post mentions.The text was updated successfully, but these errors were encountered: