Replace /:user endpoints with /@:user
This commit is contained in:
parent
336384a193
commit
834dc49038
45 changed files with 127 additions and 127 deletions
|
|
@ -61,7 +61,7 @@ export default Vue.component('mk-post-html', {
|
|||
case 'mention':
|
||||
return (createElement as any)('a', {
|
||||
attrs: {
|
||||
href: `${url}/${token.username}`,
|
||||
href: `${url}/@${token.username}`,
|
||||
target: '_blank',
|
||||
dataIsMe: (this as any).i && (this as any).i.username == token.username
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue