chore: add redact command to help menu
This commit is contained in:
parent
9e3ecf0d2f
commit
cbbd64bf17
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ exports.runQuery = function (matrixClient, room) {
|
||||||
matrixClient.sendHtmlNotice(room.roomId,
|
matrixClient.sendHtmlNotice(room.roomId,
|
||||||
'',
|
'',
|
||||||
'<blockquote><b>+plemara [your message] : post<br>'
|
'<blockquote><b>+plemara [your message] : 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>'
|
||||||
+ '+copy [post id] : repeat/repost/retweet<br>'
|
+ '+copy [post id] : repeat/repost/retweet<br>'
|
||||||
|
|
Loading…
Reference in a new issue