style(cmd): falling blockquote
This commit is contained in:
parent
77b0eb12e8
commit
7bae167072
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ exports.runQuery = function (matrixClient, room, registrar) {
|
|||
`<b><a href="${registrar.config.fediverse}/${notifications.data[0].account.id}">
|
||||
${notifications.data[0].account.acct}</a></b>
|
||||
<font color="#03b381"><b>has <a href="${notifications.data[0].status.uri}">mentioned</a>
|
||||
you:</b></font><br>
|
||||
<i><blockquote><b>${notifications.data[0].status.content}</i></b>
|
||||
<br><b>(id: ${notifications.data[0].status.id})</i></b></blockquote>`);
|
||||
you:</b></font><br><blockquote><i><b>${notifications.data[0].status.content}
|
||||
<br>(id: ${notifications.data[0].status.id})</i></b>
|
||||
</blockquote>`);
|
||||
} else if (notifications.data[0].type === 'reblog') {
|
||||
matrixClient.sendHtmlNotice(room.roomId,
|
||||
'',
|
||||
|
|
Loading…
Reference in a new issue