chore(docs): tidy up

This commit is contained in:
vulet 2020-06-28 15:27:50 +08:00
parent f013eb1c98
commit 402594f109

View file

@ -1,7 +1,8 @@
exports.runQuery = function (matrixClient, room) { exports.runQuery = function (matrixClient, room) {
matrixClient.sendHtmlNotice(room.roomId, matrixClient.sendHtmlNotice(room.roomId,
'', '',
'<blockquote><b>+plemara [your message] : post<br>' '<blockquote><b>fediverse commands<br>'
+ '+plemara [your message] : post<br>'
+ '+redact [post id] : delete post<br>' + '+redact [post id] : delete post<br>'
+ '+fren [user id] : follow<br>' + '+fren [user id] : follow<br>'
+ '+unfren [user id] : unfollow<br>' + '+unfren [user id] : unfollow<br>'
@ -13,12 +14,12 @@ exports.runQuery = function (matrixClient, room) {
+ '+boo [post id] : unfavorite</blockquote>' + '+boo [post id] : unfavorite</blockquote>'
+ '<blockquote><b>channel commands<br>' + '<blockquote><b>channel commands<br>'
+ '+flood : turn on timeline in channel<br>' + '+flood : turn on timeline in channel<br>'
+ '+notify : show notifications in channel</b>' + '+notify : show notifications in channel<br>'
+ '+archive [URL] : archive content<br>' + '+archive [URL] : archive content<br>'
+ '+rearchive [URL] : re-archive content<br>' + '+rearchive [URL] : re-archive content<br>'
+ '+nitter [status URL] : redirect twitter to nitter, also embed tweet<br>' + '+nitter [status URL] : redirect twitter to nitter, also embed tweet<br>'
+ '+invidious [video URL] : redirect youtube to invidious, also embed description<br></blockquote>' + '+invidious [video URL] : redirect youtube to invidious, also embed description</b><br></blockquote>'
+ '<blockquote><b>--- <i>contributors🐱</i> ---</b>' + '<blockquote><b>--- <i>Contributors🐱</i> ---</b><br>'
+ '--- <i>cryptomooners</i> ---</blockquote>' + '<b>CRYPTOMOONERS</b><br>'
+ '<blockquote><b>--- <i>docs by lint</i> ---</b></blockquote>'); + '<b><i>docs by LINT</i></b></blockquote>');
}; };