diff --git a/ui/help-modal.go b/ui/help-modal.go index 98e73fc..4fe2dc0 100644 --- a/ui/help-modal.go +++ b/ui/help-modal.go @@ -13,6 +13,11 @@ const helpText = `# General /logout - Log out of Matrix. /toggle - 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 - Upload the file at the given path to the current room. + # Sending special messages /me - Send an emote message. /notice - Send a notice (generally used for bot messages).