From 9a76c82b8657a38787c99f469dfa2ac5d363ac88 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Sun, 1 Nov 2020 17:24:37 +0100 Subject: [PATCH] Add Media commands in help modal to match the wiki --- ui/help-modal.go | 5 +++++ 1 file changed, 5 insertions(+) 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).