Add Media commands in help modal to match the wiki

This commit is contained in:
n-peugnet 2020-11-01 17:24:37 +01:00 committed by Tulir Asokan
parent 114940eef6
commit 9a76c82b86

View File

@ -13,6 +13,11 @@ const helpText = `# General
/logout - Log out of Matrix.
/toggle <thing> - Temporary command to toggle various UI features.
# Media
/download [path] - Downloads file from selected message.
/open [path] - Download file from selected message and open it with xdg-open.
/upload <path> - Upload the file at the given path to the current room.
# Sending special messages
/me <message> - Send an emote message.
/notice <message> - Send a notice (generally used for bot messages).