chore: add redact command to help menu

This commit is contained in:
vulet 2019-07-04 19:49:55 -04:00
parent 9e3ecf0d2f
commit cbbd64bf17

View file

@ -2,6 +2,7 @@ exports.runQuery = function (matrixClient, room) {
matrixClient.sendHtmlNotice(room.roomId,
'',
'<blockquote><b>+plemara [your message] : post<br>'
+ '+redact [post id] : delete post<br>'
+ '+fren [user id] : follow<br>'
+ '+unfren [user id] : unfollow<br>'
+ '+copy [post id] : repeat/repost/retweet<br>'