mirror of
https://github.com/flarum/core.git
synced 2025-08-09 01:46:35 +02:00
Merge branch 'v1.1.1'
# Conflicts: # js/dist/forum.js # js/dist/forum.js.map
This commit is contained in:
@@ -27,7 +27,7 @@ export default function getMentionText(user, postId) {
|
||||
}
|
||||
// @"Display name"#UserID
|
||||
const cleanText = getCleanDisplayName(user);
|
||||
return `@"${cleanText}"${user.id()}`;
|
||||
return `@"${cleanText}"#${user.id()}`;
|
||||
} else {
|
||||
// @"Display name"#pPostID
|
||||
const cleanText = getCleanDisplayName(user);
|
||||
|
Reference in New Issue
Block a user