fix(cmd): bad scheme on response
This commit is contained in:
parent
8bc1d6966a
commit
531c22205a
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ exports.runQuery = function (matrixClient, room, userInput, registrar) {
|
||||||
matrixClient.sendHtmlNotice(room.roomId,
|
matrixClient.sendHtmlNotice(room.roomId,
|
||||||
'',
|
'',
|
||||||
`Pinned:
|
`Pinned:
|
||||||
<blockquote>${registrar.config.fediverse}/${userInput}`);
|
<blockquote>${registrar.config.fediverse}/notice/${userInput}`);
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
matrixClient.sendHtmlNotice(room.roomId,
|
matrixClient.sendHtmlNotice(room.roomId,
|
||||||
|
|
|
@ -9,7 +9,7 @@ exports.runQuery = function (matrixClient, room, userInput, registrar) {
|
||||||
matrixClient.sendHtmlNotice(room.roomId,
|
matrixClient.sendHtmlNotice(room.roomId,
|
||||||
'',
|
'',
|
||||||
`Unpinned:
|
`Unpinned:
|
||||||
<blockquote>${registrar.config.fediverse}/${userInput}`);
|
<blockquote>${registrar.config.fediverse}/notice/${userInput}`);
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
matrixClient.sendHtmlNotice(room.roomId,
|
matrixClient.sendHtmlNotice(room.roomId,
|
||||||
|
|
Loading…
Reference in a new issue