Replace /:user endpoints with /@:user
This commit is contained in:
parent
336384a193
commit
834dc49038
45 changed files with 127 additions and 127 deletions
|
|
@ -121,7 +121,7 @@ class LineBot extends BotCore {
|
|||
actions.push({
|
||||
type: 'uri',
|
||||
label: 'Webで見る',
|
||||
uri: `${config.url}/${user.username}`
|
||||
uri: `${config.url}/@${user.username}`
|
||||
});
|
||||
|
||||
this.reply([{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue