fix(cmd): typo in response
This commit is contained in:
parent
03753b0a86
commit
ddaba5a77b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ exports.runQuery = function (matrixClient, room, userInput, registrar) {
|
||||||
matrixClient.sendHtmlNotice(room.roomId,
|
matrixClient.sendHtmlNotice(room.roomId,
|
||||||
'',
|
'',
|
||||||
`Subscribed:
|
`Subscribed:
|
||||||
<blockquote>${registrar.config.fediverse}}/${response.data.id}`);
|
<blockquote>${registrar.config.fediverse}/${response.data.id}`);
|
||||||
});
|
});
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
matrixClient.sendHtmlNotice(room.roomId,
|
matrixClient.sendHtmlNotice(room.roomId,
|
||||||
|
|
Loading…
Reference in a new issue